Forum Discussion

rohitvarsha12's avatar
rohitvarsha12
Contributor
8 years ago
Solved

How to Save Json Child Node Count

In below JSON response I want to find out how many times  items are present in itemlist ( In this case 3): { "bio": { "firstName": "abc", }, "itemList": [ { "creditorName":"1" }, { "credito...