I am using a API to get some data from curl. Response i get is like:
{
"abc": 123,
"zxc": 122339900,
"cui": "usd",
"cumer": "wXl3tAPXCM",
"fee": 0,
"live": false,
"object": "test",
"paid": true,
"sss": {
"qwe": "4242",
"wer": "sss",
"mkm": "isa"
}
}
In which form it is ? how can i parse it to get same values in an array for the further process?
Any idea will be appreciated.
This is a json, which can be converted into PHP array by the function json_decode