You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: