I am parsing this JSON data in Java. I do have basic knowledge of PHP but I am unable to parse this JSON data with PHP, can someone help me do so?
my_jsonEncode.json
{
"server_response": [
{
"error": true,
"instId": "1",
"instName": "abc",
"instDescription": "my description",
"instLogo": "web.com/image/mylogo.jgp"
}
]
}
json_decode()function of PHP and loop through the result array.