From 3c44fb991393b6d7a8eaa86582c2204fa59e8ffd Mon Sep 17 00:00:00 2001 From: Simon Nilsson Date: Fri, 19 Feb 2021 12:33:37 +0100 Subject: [PATCH] Add ask to JSON category (#3478) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ea21f74..c329fa12 100644 --- a/README.md +++ b/README.md @@ -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.