When send email parameters to server and the response is shown as a string below.
[
{
"nid": "478",
"field_mc_bacheliers_value": "0",
"field_mc_defi_collectif_value": "1"
},
{
"nid": "480",
"field_mc_bacheliers_value": "0",
"field_mc_defi_collectif_value": "1"
}
]
I want to read this response String format into jsonobject. I it is the first time i work with json.