gojay

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

commit 5585f956f2aab66fc16a51605f149308beaab032
parent 378ef0d1529c71e8c57f99691830b18824ad487f
Author: francoispqt <francois@parquet.ninja>
Date:   Mon, 14 May 2018 09:00:44 +0800

update README

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

diff --git a/README.md b/README.md @@ -7,7 +7,7 @@ [![Sourcegraph](https://sourcegraph.com/github.com/francoispqt/gojay/-/badge.svg)](https://sourcegraph.com/github.com/francoispqt/gojay) # GoJay -**Package is currently at version 0.10.8 and safe to use in production** +**Package is currently at version 0.10.8 and still in development, it does not cover escaped unicode syntax eg: "\u2605", otherwise it is safe to use in production** GoJay is a performant JSON encoder/decoder for Golang (currently the most performant, [see benchmarks](#benchmark-results)).