gojay

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

commit eed09b19a08e9b57937cdcc74938a545991a845f
parent 6e7f13f827dad9657e3e5392ce306e2f35a9dff5
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)).