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.