String Escapes in JSON
From the JSON cheat sheet ยท Strings and Unicode ยท verified Aug 2026
String Escapes
Escape quotes, slashes, controls, and Unicode.
json
{"message":"She said \"hello\"."}๐ JSON strings always use double quotes
๐ Control characters must be escaped
๐ก UTF-8 can carry Unicode characters directly
๐ Unicode escapes use four hexadecimal digits
stringsunicodeescaping
Continue with JSON
Save the full cheat sheet or work through every related task.