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
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
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 objGonna 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