gojay

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

commit c1d7f03a1f3679dced4b071613d760ff0f552e71
parent c366055953e2cf942d35ae4427e695451e25c784
Author: francoispqt <francois@parquet.ninja>
Date:   Mon, 25 Jun 2018 00:02:28 +0800

add logo

Diffstat:
MREADME.md | 3+++
Agojay.png | 0
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -8,6 +8,9 @@ ![stability-stable](https://img.shields.io/badge/stability-stable-green.svg) # GoJay + +<img src="https://github.com/francoispqt/gojay/raw/feature/generator/gojay.png" width="200px"> + 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. diff --git a/gojay.png b/gojay.png Binary files differ.