added go-jsonerror package (#2618)

This commit is contained in:
David Dymko 2019-07-19 16:46:38 -04:00 committed by Avelino
parent 2f4b7fcbea
commit b7b46b79a5

View File

@ -889,6 +889,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [ajson](https://github.com/spyzhov/ajson) - Abstract JSON for golang with JSONPath support.
* [gjo](https://github.com/skanehira/gjo) - Small utility to create JSON objects.
* [GJSON](https://github.com/tidwall/gjson) - Get a JSON value with one line of code.
* [go-jsonerror](https://github.com/ddymko/go-jsonerror) - Go-JsonError is ment to allow us to easily create json response errors that follow the JsonApi spec.
* [go-respond](https://github.com/nicklaw5/go-respond) - Go package for handling common HTTP JSON responses.
* [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.