gojay

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

commit aa69a000478f29d88f83c6ed5c8b7b3ba56298c6
parent 9d59726d276a8fe33c254963e1a5fcc471c2addc
Author: francoispqt <francois@parquet.ninja>
Date:   Thu,  3 May 2018 22:44:51 +0800

update README

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

diff --git a/README.md b/README.md @@ -420,7 +420,7 @@ func (enc *Encoder) EncodeBool(v bool) error func (enc *Encoder) EncodeString(s string) error ``` -### Structs +### Structs and Maps To encode a structure, the structure must implement the MarshalerObject interface: ```go