add neilotoole/jsoncolor to JSON section (#3792)

This commit is contained in:
Neil O'Toole 2021-10-09 01:18:17 -06:00 committed by GitHub
parent 8e262a370c
commit 348783c833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1189,6 +1189,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [JSON-to-Proto](https://json-to-proto.github.io/) - Convert JSON to Protobuf online.
* [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.
* [jsoncolor](https://github.com/neilotoole/jsoncolor) - Drop-in replacement for `encoding/json` that outputs colorized JSON.
* [jsondiff](https://github.com/wI2L/jsondiff) - JSON diff library for Go based on RFC6902 (JSON Patch).
* [jsonf](https://github.com/miolini/jsonf) - Console tool for highlighted formatting and struct query fetching JSON.
* [jsongo](https://github.com/ricardolonga/jsongo) - Fluent API to make it easier to create Json objects.