jsonhero-web
jsonhero-web copied to clipboard
JSON Hero is an open-source, beautiful JSON explorer for the web that lets you browse, search and navigate your JSON files at speed. π. Built with π by the Trigger.dev team.
This PR addresses the issue where no error notification was shown when users tried to upload a json file that exceeds the size limit in the drag-and-drop area. Whatβs changed:...
I would love support for newline-delimited json. These are variously known as [jsonl](https://jsonlines.org/) or [ndjson](https://github.com/ndjson/ndjson-spec) https://jsonlines.org/. Such files arise pretty naturally as output of the [pino logging library](https://github.com/pinojs/pino)
Preview currently work only with images, videos and site url. I would like to add preview for documents (pdf, etc) and clickable href so I can open a new tab...
Fixes #191
Thanks to JSONHERO, it is really easy to switch between elements in an array to see the difference. Great tool, thank you guys! I've only one issue, when the JSON...
Would be nice if we could save a JSON file in our history and pull it up later.