perform uescape
escaping in the decoder (for json -> whatever
transformation)`
This commit is contained in:
parent
dc8e6a0c54
commit
edee5931a4
2 changed files with 38 additions and 2 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue