gojay

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

commit d44f089feaf3a3a2e973a635f8b42381e950db5e
parent d6ba85a4c67da14b61d4e7e80620a13f6b9c3e40
Author: francoispqt <francois@parquet.ninja>
Date:   Wed, 25 Apr 2018 23:01:32 +0800

update readme

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

diff --git a/README.md b/README.md @@ -3,7 +3,7 @@ ![MIT License](https://img.shields.io/badge/license-mit-blue.svg?style=flat-square) # GoJay -GoJay is a performant JSON encoder/decoder for Golang (currently the most performant). +GoJay is a performant JSON encoder/decoder for Golang (currently the most performant, [see benchmarks](#benchmark-results)). It has a simple API and doesn't use reflection. It relies on small interfaces to decode/encode structures and slices.