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.

More JSON tasks

Back to the full JSON cheat sheet