A JSON Query Language CLI tool
cargo install jqlWant to get the version of a NodeJS package.json file?
jql package.json versionYou can chain selectors with . and numbers to access children and indexes in arrays.
jql package.json devDependencies.react
jql package.json keywords.3And get some (limited) help for now.
jql --help