add github.com/spyzhov/ajson library (#2502)

This commit is contained in:
Stepan Pyzhov 2019-05-07 04:23:35 +02:00 committed by Cássio Botaro
parent f324e24f7c
commit 3177095f29

View File

@ -854,6 +854,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.
* [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-respond](https://github.com/nicklaw5/go-respond) - Go package for handling common HTTP JSON responses.