gojay

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

commit ca0442d6e33334128a2ee68f24c6c962de72ead3
parent efc4a69235597da330054429f6486da6eb48fb68
Author: francoispqt <francois@parquet.ninja>
Date:   Tue, 22 May 2018 00:25:45 +0800

add stability badge to README

Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -5,6 +5,7 @@ )](https://godoc.org/github.com/francoispqt/gojay) ![MIT License](https://img.shields.io/badge/license-mit-blue.svg?style=flat-square) [![Sourcegraph](https://sourcegraph.com/github.com/francoispqt/gojay/-/badge.svg)](https://sourcegraph.com/github.com/francoispqt/gojay) +![stability-stable](https://img.shields.io/badge/stability-stable-green.svg) # GoJay GoJay is a performant JSON encoder/decoder for Golang (currently the most performant, [see benchmarks](#benchmark-results)).