json.title
json.desc
json.escapeHint
json.reference
| json.character | json.escaped | json.description |
|---|---|---|
| " | \" | Double quote |
| \ | \\ | Backslash |
| / | \/ | Forward slash |
| \b | \b | Backspace |
| \f | \f | Form feed |
| \n | \n | New line |
| \r | \r | Carriage return |
| \t | \t | Tab |
json.desc
| json.character | json.escaped | json.description |
|---|---|---|
| " | \" | Double quote |
| \ | \\ | Backslash |
| / | \/ | Forward slash |
| \b | \b | Backspace |
| \f | \f | Form feed |
| \n | \n | New line |
| \r | \r | Carriage return |
| \t | \t | Tab |