add jsoniter, A high-performance 100% compatible drop-in replacement of "encoding/json" (#1491)

* add jsoniter, A high-performance 100% compatible drop-in replacement of "encoding/json"

* Update README.md
This commit is contained in:
Tao Wen 2017-07-11 08:32:01 +08:00 committed by Avelino
parent fd7b488a84
commit 40a0cd9fde

View File

@ -927,6 +927,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [go-codec](https://github.com/ugorji/go) - High Performance, feature-Rich, idiomatic encode, decode and rpc library for msgpack, cbor and json, with runtime-based OR code-generation support
* [gogoprotobuf](https://github.com/gogo/protobuf) - Protocol Buffers for Go with Gadgets
* [goprotobuf](https://github.com/golang/protobuf) - Go support, in the form of a library and protocol compiler plugin, for Google's protocol buffers.
* [jsoniter](https://github.com/json-iterator/go) - A high-performance 100% compatible drop-in replacement of "encoding/json"
* [mapstructure](https://github.com/mitchellh/mapstructure) - Go library for decoding generic map values into native Go structures.
* [php_session_decoder](https://github.com/yvasiyarov/php_session_decoder) - GoLang library for working with PHP session format and PHP Serialize/Unserialize functions
* [structomap](https://github.com/tuvistavie/structomap) - Library to easily and dynamically generate maps from static structures.