Monday 8 May 2017

Find the structure of very long JSON format

I am fairly new to using JSON form, but need a specific part of the parsed JSON for my project. I was going to iterate through the proper object using dot notation. However the JSON I am getting from the API is EXTREMELY long (almost 60 pages) and I do not want to have to go through and trace the structure of it.

Is there anyway to compress the structure or figure this out programmatically?

I am using Node js if that makes any difference in this instance.



via dgelinas21

No comments:

Post a Comment