skip to Main Content

is it possible to retrieve and print the data from a json object inside json array without using any index values and specific keys

[ { "id": "628ba44f5a6de600071d16fa", "@baseType": "LogicalResource", "isBundle": false, "isMNP": false, "businessType": [], "category": [ { "id": "628ba3ef5a6de600071d165f", "name": "Starterpack2", "description": "Starterpack2", "code": "RC17", "version": 2 }}] now i need to check and print the JSON Object inside the JSON Array…

VIEW QUESTION
Back To Top
Search