From dfaef563107d661d50d1ff3f8409c8d5ebd2117d Mon Sep 17 00:00:00 2001 From: Asai Yusuke Date: Thu, 21 Jan 2021 20:01:05 -0800 Subject: [PATCH] Add AsaiYusuke/jsonpath (#3449) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37f6d0ba..2d3f9d12 100644 --- a/README.md +++ b/README.md @@ -1521,6 +1521,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. * [gws](https://github.com/Zaba505/gws) - Apollos' "GraphQL over Websocket" client and server implementation. +* [jsonpath](https://github.com/AsaiYusuke/jsonpath) - A query library for retrieving part of JSON based on JSONPath syntax. * [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.