/jql

Primary LanguageRust

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