on a following json `{"body": "text\v"}` it gives `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)
on a following json
{"body": "text\v"}it gives
parse error at 10: parse error - unexpected '"'dropbox/json11 gives:
unescaped (11) in stringwhich is correct (this is an unescaped vertical tab, disallowed by JSON std)