jq
scriptablepopulardatabrew
jqlang · JSON processing, apis, and agent output parsing from the terminal.
$ brew install jqOne-liner to try
$ cat package.json | jq '.scripts'Agent pack
Quick reference
Install
brew install jqVerify
jq --versionFirst command
cat package.json | jq '.scripts'Machine JSON
/cli/jq.jsonAbout
JSON processing, apis, and agent output parsing from the terminal. Built by jqlang. Supports structured output — good for scripts and agents.
Example workflow
1. cat package.json | jq '.scripts'