big-json
big-json copied to clipboard
How to parse in browser?
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.