Add lucassscaravelli/ej (#2895)

This commit is contained in:
Lucas Scaravelli 2020-01-10 23:33:34 -03:00 committed by Andy Pan
parent f43698f16d
commit 5496286968

View File

@ -946,6 +946,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*Libraries for working with JSON.*
* [ajson](https://github.com/spyzhov/ajson) - Abstract JSON for golang with JSONPath support.
* [ej](https://github.com/lucassscaravelli/ej) - Write and read JSON from different sources succinctly.
* [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.