Loading commands...
Filter JSON data with jq. Learn select, test, and conditional filtering for complex queries.
10 commands
Use 'select(.field == "value")' to filter array elements by condition.
Group array elements by key
Filter objects that have a key
Filter elements matching condition
Filter where string contains value
Filter where value greater than
Filter out null values
Filter elements by type
Sort array elements
Sort array by object key
Remove duplicate values from array