From 348783c8338faa0598385a1452c1840c0cd6fe2c Mon Sep 17 00:00:00 2001 From: Neil O'Toole Date: Sat, 9 Oct 2021 01:18:17 -0600 Subject: [PATCH] add neilotoole/jsoncolor to JSON section (#3792) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 674daa23..9ab92599 100644 --- a/README.md +++ b/README.md @@ -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.