• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Parse JSON recursively with nested structure by value

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all, sorry for disturbing with such a theme, but I couldn`t code it my self completely.

Need to parse every id element and compare it by value, when the element is found - grab all block with that id in there, some sort of filter.



And json, it is just a sample - file is in attachment:



Need help to program it recursively right, without errors.
Thanks in advance.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey,

Did you get any solution for this recurrsion?
I am also facing the same issue.
I have one json response which has array's inside array's . I want to fetch all the values of a given tag.

If it is resolved, Can you please share that piece of code with me?
Thanks in advance.

Thanks,
Priyanka
 
reply
    Bookmark Topic Watch Topic
  • New Topic