Strings and keys must use double quotes.
Section: Common parse failures
Single quotes are invalid
json
json
{ "name": "Ada" }Explanation
`{ 'name': 'Ada' }` is invalid JSON.
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
Raw newlines inside strings are invalid
Use `\n` rather than an actual line break inside a string literal.
Rewrite valid JSON in normalized form
Read and immediately re-emit clean JSON.