gojay

high performance JSON encoder/decoder with stream API for Golang
git clone git://git.lair.cx/gojay
Log | Files | Refs | README | LICENSE

commit c366055953e2cf942d35ae4427e695451e25c784
parent 95d97d364fb4511c49bf7ad5971aa709b9373350
Author: francoispqt <francois@parquet.ninja>
Date:   Sun, 24 Jun 2018 23:30:02 +0800

update documentation

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -14,7 +14,7 @@ It has a simple API and doesn't use reflection. It relies on small interfaces to Gojay also comes with powerful stream decoding features and an even faster [Unsafe](#unsafe-api) API. -There is also a [code generation tool](https://github.com/francoispqt/gojay/tree/master/gojay) +There is also a [code generation tool](https://github.com/francoispqt/gojay/tree/master/gojay) to make usage easier and faster. # Why another JSON parser?