gojay

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

commit faf5d223493313a42bfaf8572fd0457eeb38851c
parent 13f2a4227ec7af42884a0f6c1c28d25a8f7562fa
Author: francoispqt <francois@parquet.ninja>
Date:   Sun, 24 Mar 2019 02:29:27 +0800

update link to logo in README

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

diff --git a/README.md b/README.md @@ -9,7 +9,7 @@ # GoJay -<img src="https://github.com/francoispqt/gojay/raw/feature/generator/gojay.png" width="200px"> +<img src="https://github.com/francoispqt/gojay/raw/master/gojay.png" width="200px"> GoJay is a performant JSON encoder/decoder for Golang (currently the most performant, [see benchmarks](#benchmark-results)).