gojay

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

commit f5420ead5143cf0f53ba0d08ab8fc8b023b20efc
parent 8509e0d6dff41d388f3580537e58771bca26adb8
Author: francoispqt <francois@parquet.ninja>
Date:   Fri,  4 May 2018 17:00:21 +0800

update README

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

diff --git a/README.md b/README.md @@ -223,7 +223,7 @@ func (m message) UnmarshalObject(dec *gojay.Decoder, k string) error { } // we return 0, it tells the Decoder to decode all keys -func (m myMap) NKeys() int { +func (m message) NKeys() int { return 0 } ```