Loop through nested JSON array using PHP

QuestionsLoop through nested JSON array using PHP
Jehal Desai Staff asked 8 years ago

I have a JSON array as follows:

]

I want to loop through this nested JSON array to retrieve all the "desc" from the "custClass" list using PHP.

Any help would be appreciated.


View on Stack Overflow