add cocoonspace/dynjson (#3215)

This commit is contained in:
Jean-François Bustarret 2020-08-24 16:00:43 +02:00 committed by GitHub
parent 8a25e03ff5
commit 020e074363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1000,6 +1000,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*Libraries for working with JSON.* *Libraries for working with JSON.*
* [ajson](https://github.com/spyzhov/ajson) - Abstract JSON for golang with JSONPath support. * [ajson](https://github.com/spyzhov/ajson) - Abstract JSON for golang with JSONPath support.
* [dynjson](https://github.com/cocoonspace/dynjson) - Client-customizable JSON formats for dynamic APIs.
* [ej](https://github.com/lucassscaravelli/ej) - Write and read JSON from different sources succinctly. * [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. * [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. * [GJSON](https://github.com/tidwall/gjson) - Get a JSON value with one line of code.