Character Escape Codes
Character Escape Codes
The standard escape codes supported in JSON are supported:
- Quote Mark:
\"
- Reverse Solidus:
\\
- Solidus:
\/
- Backspace:
\b
- Form Feed:
\f
- New Line:
\n
- Carriage Return:
\r
- Tab:
\t
The standard escape codes supported in JSON are supported:
\"
\\
\/
\b
\f
\n
\r
\t