I am doing some work with a number of different api's, each of which return relatively large, nested JSON files. At the moment, I step through the file by doing something like
Data[[1]] etc.,
However, this seems very clunky, and I am sure there must be a function which lets me understand the structure much more quickly.
So, I am hoping someone with more experience can explain how they tackle the problem.
Cheers Andy