jq

scriptablepopulardatabrew

jqlang · JSON processing, apis, and agent output parsing from the terminal.

$ brew install jq
One-liner to try
$ cat package.json | jq '.scripts'

Agent pack

Copy into an agent

A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.

Open .md
Readiness
Great for agents · 75/100
Verify
jq --version
Agent URL
/cli/jq/agent.md

Quick reference

Installbrew install jq
Verifyjq --version
First commandcat package.json | jq '.scripts'

About

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'

Alternatives worth considering