From 6bcff372626ba90bd368973b1c1b6ab8374dcf95 Mon Sep 17 00:00:00 2001 From: Michael <6246835+bhmj@users.noreply.github.com> Date: Thu, 19 Jul 2018 11:32:23 +0300 Subject: [PATCH] Add jsonslice (#1997) * Add jsonslice * Add jsonslice --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 23d0e4e0..b86f4871 100644 --- a/README.md +++ b/README.md @@ -1028,6 +1028,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [graphql](https://github.com/neelance/graphql-go) - GraphQL server with a focus on ease of use. * [graphql-go](https://github.com/graphql-go/graphql) - Implementation of GraphQL for Go. * [jsonql](https://github.com/elgs/jsonql) - JSON query expression library in Golang. +* [jsonslice](https://github.com/bhmj/jsonslice) - Jsonpath queries with advanced filters. * [rql](https://github.com/a8m/rql) - Resource Query Language for REST API. ## Resource Embedding