# jq ## Meta ```yaml name: jq repo: https://github.com/jqlang/jq description: Command-line JSON processor ``` ## Install ```shell mise use -g jq ``` ## Usage ```shell echo '{"name": "hatter"}' | jq . ``` ```shell echo '{"name": "hatter"}' | jq .name -r ```