
I have been doing a lot of work with JSON lately, which got me thinking. There has to be a better way to view all this data.
Technically, JSON is human-readable. But once you are dealing with hundreds or thousands of data points from an API response, it quickly stops feeling very human-friendly. Large responses turn into walls of nested objects and arrays, and even with formatting or collapsible trees it can still be difficult to quickly find the pieces of information you actually care about.
Continue reading “Just the Fields: A Simpler Way to Explore Large (and Messy) JSON Data”JSON is technically human-readable.
Until it is 5,000 lines long.


