lzjson icon indicating copy to clipboard operation
lzjson copied to clipboard

A flexible JSON decoding library in Golang

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

To improve speed of the library, I am considering to use a different library for underlying decode (instead of [encoding/json](http://golang.org/pkg/encoding/json)). Currently comparing these libraries: * [jsonparser][jsonparser] * [easyjson][easyjson] [jsonparser]: https://github.com/buger/jsonparser...

enhancement