jstream
jstream copied to clipboard
Streaming JSON parser for Go
I've been facing an issue when I try to process a json file with large integers, it changes the value of last 2 digits. I'm trying to convert the json...
When I run a `go get` I get this error, and I'm doubtful a MITM attack is occuring. ``` github.com/bcicen/[email protected]: verifying module: checksum mismatch downloaded: h1:NiAVuRsoevmPZoLXTljw0JPjT73LeP+l0/iDpjc4rws= sum.golang.org: h1:gOi+Sn9mHrpePlENynPKA6Dra/PjLaIpqrTevhfvLAA= SECURITY ERROR...
- cheaper callback api, no goroutines. - support early abort through return value of callback.
Signature: ``` // MaxDepth will set the maximum recursion depth. // If the maximum depth is exceeded, ErrMaxDepth is returned. // Less than or 0 means no limit (default). func...