I try to write a webhook to store data to my own database. data is coming through JSON from a different website.
Data format from source website: screen shot for json format
how can I handle this json in php? I already tried json_decode but didn't seem to work!
Thank you in advance.