wellsjo / JSON-Splora

GUI app for editing, visualizing, and manipulating JSON data
MIT License
1.86k stars 60 forks source link

JSON "big" files takes ages #81

Open pantchox opened 7 years ago

pantchox commented 7 years ago

Hello, Loading a 10MB json file takes almost 2 minutes. trying to use the basic JS functions gets the window stack. Is this a known issue? is electron limited in memory regarding parsing a json file?

thanks.

jsmm commented 6 years ago

I understand that JSON Lines is more memory efficient because records can be read one at a time, instead of storing all of them in memory. It would be nice if JSON-Splora could support both json formats.