From 92cbd40678eec7406cfc0bac0034726174961284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Melv=C3=A6r?= Date: Thu, 7 Nov 2019 15:08:15 +0100 Subject: [PATCH] Add groq-cli (#375) --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b1a0d43..31549f9 100644 --- a/readme.md +++ b/readme.md @@ -363,11 +363,12 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### JSON -- [jq](https://github.com/stedolan/jq) - Command-line JSON processor. +- [jq](https://github.com/stedolan/jq) - JSON processor. - [jp](https://github.com/therealklanni/jp) - Simply parse and drill into JSON on the commandline, with jsonpath and stdin stream support (jq compatible, not a replacement). - [fx](https://github.com/antonmedv/fx) - Command-line JSON viewer. - [vj](https://github.com/busyloop/vj) - Makes JSON human readable. -- [strip-json-comments-cli](https://github.com/sindresorhus/strip-json-comments-cli) - Strip comments from JSON. Lets you use comments in your JSON files! +- [strip-json-comments-cli](https://github.com/sindresorhus/strip-json-comments-cli) - Strip comments from JSON. +- [GROQ](https://github.com/sanity-io/groq-cli) – JSON processor with queries and projections. ### Text