big-json icon indicating copy to clipboard operation
big-json copied to clipboard

How to parse in browser?

Open PQrux opened this issue 4 years ago • 0 comments

I figured out how to stringify, but can't parse since ReadableStream doesn't have PIPE, only PipeThrought() and PipeTo(). I can't use the bigjson.parse function, since the string will exceed the 512 MB limit.

PQrux avatar Oct 13 '20 15:10 PQrux