We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
on a following json {"body": "text\v"} it gives parse error at 10: parse error - unexpected '"'
{"body": "text\v"}
parse error at 10: parse error - unexpected '"'
dropbox/json11 gives:
unescaped (11) in string
which is correct (this is an unescaped vertical tab, disallowed by JSON std)