zipson icon indicating copy to clipboard operation
zipson copied to clipboard

Clarification on `parseIncremental()`

Open nemosmithasf opened this issue 4 years ago • 0 comments

First of all, thanks for the great work on this library; its a life saver for my project.

I'm wondering if you can clarify what parseIncremental() does?

I have a rather large JSON file and I'm hoping to parse it incrementally in the background as if I'm streaming in the data.

The name seems to suggest parseIncremental() is what I'm looking for, but reading the documentation, it's unclear if thats actually what it does? Can you expound on what the use case for this function is?

PS: I know there's also the Zipson stream library, but I need to be able to stream it in a browser environment

nemosmithasf avatar Jan 28 '21 01:01 nemosmithasf