Skip to content

Commit

Permalink
Merge pull request #34 from shurane/patch-1
Browse files Browse the repository at this point in the history
Added additional CLI tool `jq` for munging JSON.
  • Loading branch information
ddopson committed Sep 12, 2014
2 parents 88e4cba + 700ee6b commit 9df46c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -600,5 +600,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.

0 comments on commit 9df46c9

Please sign in to comment.