Home
Commands
Filter JSON array
Filter JSON array
Terminal
jq '.[] | select(.status == "active")' <file>.json
Copy command