Videos
Powerful JSON Visualizer β Explore & Understand Your Data in Tree/Graph View
JSON viewer
Janice: A desktop app for viewing large JSON files.
Any good JSON viewer? I want to know the structure of a JSON file (so many nested layers) and navigate down like a tree.
Β» npm install react-json-tree
Hey folks! If you work with JSON often and need an easy way to explore complex structures, check out this JSON Visualizer. Paste your JSON and instantly view it in a clean interactive tree/graph view β perfect for debugging, learning, or just understanding nested data.
π https://jsonmaster.com/json-visualizer
Would love to hear what features youβd add!
What kind of JSON viewer do you use?
Often when scraping data you will encounter JSON. What kind of tools do you use to work with the JSON and explore it.
Most of the tools I found were either too simple or too complex, so I made my own one: https://jsonspy.pages.dev/
Here are some features why you might consider using it:
Free without ads
JSON syntax highlighting
Collapsible JSON tree
Click on keys to copy the JSON path or value to copy it
Automatic light/dark theme
JSON search: type to filter keys or values within the JSON
Format and copy JSON
File upload (stays local)
History recording (stays local)
Shareable URLs (JSON baked into the URL)
Mobile friendly
I mostly made this for myself, but might be useful to someone else. Open to suggestions for improvements and also looking for possible alternatives if you're using one.