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.

Home Page:https://jsonhero.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Out of memory on 50 MB JSON File

bamtang-dev opened this issue · comments

Hello, has somebody loaded big files?
I tested locally but it's the same as online, my pasted text crashed the browser.
Wondering if this a browser limitation or it can be overcomed somehow.
Nice project!

Hello! @bamtang-dev : )

you should use this to solve this bug:

Chunk data, use Web Workers, handle errors, aggregate results, and provide user feedback.

I feel JS is too slow for this, I found a C++ native tool for this, thanks