From 700ee6bd0180e14381bc9e83bb22728ae5137bb3 Mon Sep 17 00:00:00 2001 From: Ehtesh Choudhury Date: Mon, 14 Jul 2014 17:31:31 -0400 Subject: [PATCH] Added additional CLI tool `jq` for munging JSON. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f4b0c9..3760033 100644 --- a/README.md +++ b/README.md @@ -599,5 +599,6 @@ When reporting a bug that might be related to a dependency, it's usually helpful * [jsonpath] (http://code.google.com/p/jsonpath/wiki/Javascript) - this is not a CLI tool. It's a runtime JS library. * [json:select()] (http://jsonselect.org/#tryit) - this is not a CLI tool. CSS-like selectors for JSON. Very interesting idea.... now available as an Underscore-CLI command. * [RecordStream] (https://github.com/benbernard/RecordStream) - PERL based tool intended to process JSON "rows". I need to add similar multi-record support to underscore-CLI. +* [jq] (http://stedolan.github.io/jq/) single portable binary written in C with a decent amount of examples provided Please add a Github issue if I've missed any.