From 8ad7a82bde939e2354b36d9e8a9310e73447d751 Mon Sep 17 00:00:00 2001 From: William Poussier Date: Tue, 1 Oct 2019 00:40:22 +0200 Subject: [PATCH] Add wI2L/jettison (#2745) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ca546d6..6702e0cb 100644 --- a/README.md +++ b/README.md @@ -918,6 +918,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gojq](https://github.com/elgs/gojq) - JSON query in Golang. * [gojson](https://github.com/ChimeraCoder/gojson) - Automatically generate Go (golang) struct definitions from example JSON. * [JayDiff](https://github.com/yazgazan/jaydiff) - JSON diff utility written in Go. +* [jettison](https://github.com/wI2L/jettison) - High performance, reflection-less JSON encoder for Go. * [JSON-to-Go](https://mholt.github.io/json-to-go/) - Convert JSON to Go struct. * [json2go](https://github.com/m-zajac/json2go) - Advanced JSON to Go struct conversion. Provides package that can parse multiple JSON documents and create struct to fit them all. * [jsonapi-errors](https://github.com/AmuzaTkts/jsonapi-errors) - Go bindings based on the JSON API errors reference.