MerchantryTidbits

deploy-infra / cli

jq

Capability: jq

Use it when

  • transform nested JSON on the command line
  • filter API JSON without writing a script

What it solves

Not the fit when

  • PDF parsing

Install

brew install jq

Invoke

cat data.json | jq '.items[] | {id,name}'  # transform agent JSON outputs

Alternatives

No reviewed alternatives recorded yet.