Live data from Hacker News

Ask HN: How do you view large JSON files?

news.ycombinator.com

1–10 of 60 posts

Re: Ask HN: How do you view large JSON files?

#10
post #3

There's addons/extension for Chrome and Firefox. Both also called JSON Viewer (different author). For really large files I use a command-line tool plus grep and awk though https://stedolan.github.io/jq/

jq looks promising but I still need to view the JSON file first. I want to be able to somehow get the general understanding of the structure very quickly and interactively. The tree control works very well for that. JSON Viewer is almost perfect but it doesn't work with local files.
Post reply on HN