From 3177095f2900cbac36c479c3cac7d5e440f88e53 Mon Sep 17 00:00:00 2001 From: Stepan Pyzhov <32341341+spyzhov@users.noreply.github.com> Date: Tue, 7 May 2019 04:23:35 +0200 Subject: [PATCH] add `github.com/spyzhov/ajson` library (#2502) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c3fd6a7..664fb507 100644 --- a/README.md +++ b/README.md @@ -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.