DonutEspresso / big-json

A stream based implementation of JSON.parse and JSON.stringify for big POJOs
MIT License
114 stars 9 forks source link

Creates un-parse-able JSON edge case. #32

Open Bug-Reaper opened 1 year ago

Bug-Reaper commented 1 year ago

Unclear what actually causes this, but the JSON being parsed was created by big-json. For reference (as a way to pass data too large to be sent over GRPC) I use big-json to stream json obj to file => stream file back to json obj

Sat Dec 10 11:43:21 PST 2022

Gonna try and track down a test-case to replicate the issue.


Great library <3 hopefully can get a fix PR in here or upstream soon