{ "backslash": { "type": "string", "value": "This string has a \\ backslash character." }, "backspace": { "type": "string", "value": "This string has a \u0008 backspace character." }, "carriage": { "type": "string", "value": "This string has a \r carriage return character." }, "delete": { "type": "string", "value": "This string has a  delete control code." }, "formfeed": { "type": "string", "value": "This string has a \u000c form feed character." }, "newline": { "type": "string", "value": "This string has a \n new line character." }, "notunicode1": { "type": "string", "value": "This string does not have a unicode \\u escape." }, "notunicode2": { "type": "string", "value": "This string does not have a unicode \\u escape." }, "notunicode3": { "type": "string", "value": "This string does not have a unicode \\u0075 escape." }, "notunicode4": { "type": "string", "value": "This string does not have a unicode \\u escape." }, "quote": { "type": "string", "value": "This string has a \" quote character." }, "tab": { "type": "string", "value": "This string has a \t tab character." }, "unitseparator": { "type": "string", "value": "This string has a \u001f unit separator control code." } }