jsonarray icon indicating copy to clipboard operation
jsonarray copied to clipboard

Streaming decoder for JSON arrays

Results 1 jsonarray issues
Sort by recently updated
recently updated
newest added

Your library is very useful for decoding large JSON arrays. But in Go 1.5 there is an alternative with new additions to the JSON decoder. See the [Decoder.Decode (Stream)](https://golang.org/pkg/encoding/json/#example_Decoder_Decode_stream) example.