Command-line JSON processor
jq is a lightweight and flexible command-line JSON processor akin to sed,awk,grep, and friends for JSON data. It's written in portable C and has zero runtime dependencies, allowing you to easily slice, filter, map, and transform structured data.
$ brew install jq$ sudo apt install jq$ sudo pacman -S jq$ sudo dnf install jq$ winget install jqlang.jqto comment.