Add ask to JSON category (#3478)

This commit is contained in:
Simon Nilsson 2021-02-19 12:33:37 +01:00 committed by GitHub
parent 34c1261091
commit 3c44fb9913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1036,6 +1036,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.
* [ask](https://github.com/simonnilsson/ask) - Easy access to nested values in maps and slices. Works in combination with encoding/json and other packages that "Unmarshal" arbitrary data into Go data-types.
* [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.
* [epoch](https://github.com/vtopc/epoch) - Contains primitives for marshaling/unmarshaling Unix timestamp/epoch to/from build-in time.Time type in JSON.