Hacker News new | ask | show | jobs
Show HN: JSONDetective – Instantly understand large JSON files without a schema (github.com)
2 points by timf34 606 days ago
Built this as I came across a really interesting JSON file, but it had 1.9 million lines and no public documentation! Point it at your JSON file, it identifies patterns and shows you the actual structure so you can easily understand it.
1 comments

Very timely as I have been looking for something just like this! Going to give it a try. Thanks for sharing