jql 0.1.2

A JSON query language CLI tool
jql-0.1.2 is not a library.
Visit the last successful build: jql-5.2.0

JQL

A JSON Query Language CLI tool

Installation 🚀

cargo install jql

Usage 🐨

Want to get the version of a NodeJS package.json file?

jql package.json version

You can chain selectors with . and numbers to access children and indexes in arrays.

jql package.json devDependencies.react

jql package.json keywords.3

And get some (limited) help for now.

jql --help