Use `\n` rather than an actual line break inside a string literal.
Section: Common parse failures
Raw newlines inside strings are invalid
json
json
{
"text": "line 1\nline 2"
}Explanation
A raw line break inside the quotes breaks 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 Common parse failures