perform uescape escaping in the decoder (for json -> whatever

transformation)`
This commit is contained in:
alisdair sullivan 2014-12-03 23:02:02 -08:00
parent dc8e6a0c54
commit edee5931a4
2 changed files with 38 additions and 2 deletions

View file

@ -430,7 +430,9 @@ additional options beyond these. see
- `uescape`
escape all codepoints outside the ascii range for 7 bit clean output
escape all codepoints outside the ascii range for 7 bit clean output. note
this escaping takes place even if no other string escaping is requested (via
`escaped_strings`)
- `unescaped_jsonp`