From 2d264cab0c5edc5587174a49bd50cbaf2f1941c3 Mon Sep 17 00:00:00 2001 From: Peter Benjamin Date: Fri, 5 May 2017 10:52:18 -0700 Subject: [PATCH] Add gojson (#1380) * Add gojson * Fix gojson alpha order --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88ca2d28..2e95d7bd 100644 --- a/README.md +++ b/README.md @@ -1144,6 +1144,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [godropbox](https://github.com/dropbox/godropbox) - Common libraries for writing Go services/applications from Dropbox. * [gohper](https://github.com/cosiner/gohper) - Various tools/modules help for development. * [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. * [golarm](https://github.com/msempere/golarm) - Fire alarms with system events. * [golog](https://github.com/mlimaloureiro/golog) - Easy and lightweight CLI tool to time track your tasks. * [gopencils](https://github.com/bndr/gopencils) - Small and simple package to easily consume REST APIs.