Print strings without JSON quotes.
Section: Getting Started
Raw string output
bash
bash
echo '{"name":"alice"}' | jq -r '.name'Explanation
The `-r` flag is essential when you want shell-friendly plain text.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Getting Started