triggerdotdev / jsonhero-web

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.
https://jsonhero.io
Apache License 2.0
9.01k stars 482 forks source link

Local JSON Hero failing on 25K line file #182

Open adamreiswig opened 3 months ago

adamreiswig commented 3 months ago

I'm inspecting the the JSON from a Grafana Dashboard which is a bit over 25K lines. I'm running JSON Hero locally and until today I've had no issues with it. Pasting in the JSON text, I get the error "Expected double-quoted property name in JSON at position 1048577. (line 1 column 1048578)". When I drag and drop the JSON file, nothing happens.

The JSON validates in JSON Lint so I don't believe that the source is the issue. Is there a size limit in JSON Hero? I have updated both NPM and the local install of JSON Hero but the issue was present even before both updates.