Is there a way to improve the user interface when loading an 8MB json file using JSON.parse in Javascript? The page freezes for about 1-2 minutes, so I'm wondering if it's possible to parse async and display a loading or percentage info.
I came across jsonstream (https://github.com/dominictarr/JSONStream), but I believe it's for nodejs and I couldn't quite understand it.
If anyone has a simple example or solution to share, I would greatly appreciate it. Thank you!