skip to Main Content

Parsing nested JSON and collecting data in a list

I am trying to parse a nested JSON and trying to collect data into a list under some condition. Input JSON as below: [ { "name": "Thomas", "place": "USA", "items": [ {"item_name":"This is a book shelf", "level":1}, {"item_name":"Introduction", "level":1}, {"item_name":"parts",…

VIEW QUESTION
Back To Top
Search