Skip to content

Commit

Permalink
add jiq and yq
Browse files Browse the repository at this point in the history
  • Loading branch information
bradym committed Apr 8, 2018
1 parent ab63f31 commit e7e7557
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,10 @@ See also: [Grep and Sed Equivalent for XML Command Line Processing](http://stack
|---------------|-------------|
| [fx](https://github.com/antonmedv/fx) | Run arbitrary JavaScript on JSON input. Standalone binaries available. |
| [gron](https://github.com/tomnomnom/gron) | Convert JSON to and from flat, greppable lists of "path=value" statements. |
| [jiq](https://github.com/simeji/jid) | Drill down JSON interactively by using filtering queries like jq. |
| [jl](https://github.com/chrisdone/jl) | Query and manipulate JSON using a tiny functional language. |
| [jo](https://github.com/jpmens/jo) | Create JSON objects from the shell. |
| [jp](https://github.com/jmespath/jp) | [JMESPath](http://jmespath.org/) |
| [jp](https://github.com/jmespath/jp) | [JMESPath](http://jmespath.org/) |
| [jq](http://stedolan.github.io/jq/manual/) | Create and manipulate JSON with a functional (as in "functional programming") [DSL](https://en.wikipedia.org/wiki/Domain-specific_language). Can convert JSON to other formats. |
| [jshon](http://kmkeen.com/jshon/) | Create and manipulate JSON using [getopt](https://en.wikipedia.org/wiki/Getopt)-style command-line options. |
| [json2](https://github.com/vi/json2) | Convert JSON to and from flat, greppable lists of "path=value" statements. Modeled after [xml2](#xml-html). |
Expand All @@ -111,6 +112,7 @@ With a format converter like Remarshal (below) you can use [JSON](#json) tools t
| [Remarshal](https://github.com/dbohdan/remarshal) | Convert between YAML, TOML, and JSON. Validate or pretty-print each of the three formats. |
| [rq](https://github.com/dflemstr/rq) | See the [JSON section](#json). |
| [shyaml](https://github.com/0k/shyaml) | Query YAML. Can output null-terminated strings for use in shell scripts. |
| [yq](https://github.com/mikefarah/yq) | A lightweight and portable command-line YAML processor, aims to be the jq or sed of yaml files. |
| [validtoml](http://github.com/martinlindhe/validtoml) | Validate TOML. |
| [validyaml](http://github.com/martinlindhe/validyaml) | Validate or pretty-print YAML. |

Expand Down

0 comments on commit e7e7557

Please sign in to comment.