JQ Tools
jq is a command-line JSON processor for selecting, filtering, and transforming data. Use the browser playground for quick experiments, follow the tutorial to learn the language, or keep the cheatsheet nearby while working in a terminal.
jq works especially well in pipelines, where a compact filter can turn large API responses and configuration files into exactly the shape you need.
Open JQ PlaygroundChoose a starting point
Tools and learning
Common jq patterns
Three small filters that cover the core select, filter, and reshape workflow.
Select a field
Filter by a condition
Reshape an object