Use backslash to include literal double quotes.
Section: String gotchas
Escape quotes inside strings
json
json
{
"message": "She said \"hello\""
}Explanation
Unescaped double quotes end the string and break parsing.
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 String gotchas