31 lines
783 B
JSON
31 lines
783 B
JSON
|
{
|
||
|
"backspace": {
|
||
|
"type": "string",
|
||
|
"value": "This string has a \\b backspace character."
|
||
|
},
|
||
|
"tab": {
|
||
|
"type": "string",
|
||
|
"value": "This string has a \\t tab character."
|
||
|
},
|
||
|
"newline": {
|
||
|
"type": "string",
|
||
|
"value": "This string has a \\n new line character."
|
||
|
},
|
||
|
"formfeed": {
|
||
|
"type": "string",
|
||
|
"value": "This string has a \\f form feed character."
|
||
|
},
|
||
|
"carriage": {
|
||
|
"type": "string",
|
||
|
"value": "This string has a \\r carriage return character."
|
||
|
},
|
||
|
"slash": {
|
||
|
"type": "string",
|
||
|
"value": "This string has a \\/ slash character."
|
||
|
},
|
||
|
"backslash": {
|
||
|
"type": "string",
|
||
|
"value": "This string has a \\\\ backslash character."
|
||
|
}
|
||
|
}
|