From 40a0cd9fdedf45ead1b2d6299309ecc560a64bb3 Mon Sep 17 00:00:00 2001 From: Tao Wen Date: Tue, 11 Jul 2017 08:32:01 +0800 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 503a8fa6..0bc21e38 100644 --- a/README.md +++ b/README.md @@ -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.