A sequence of Unicode characters inside double quotes.
Section: Primitive values
String value
json
json
"hello"Explanation
Strings must use double quotes in standard 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 Primitive values
Escape quotes inside strings
Use backslash to include literal double quotes.
Use escape sequences for control characters
Encode newlines and tabs inside strings.