add relax option, a synonym for [loose_unicode, single_quotes, comments, ignore_bad_escapes]
This commit is contained in:
parent
f909a5bc6d
commit
c8ff83a394
2 changed files with 14 additions and 2 deletions
|
@ -135,6 +135,10 @@ json escaping is lossy, it mutates the json string and repeated application can
|
|||
|
||||
during decoding, ignore unrecognized escape sequences and leave them as is in the stream
|
||||
|
||||
#### `relax` ####
|
||||
|
||||
relax is a synonym for `[loose_unicode, single_quotes, comments, ignore_bad_escapes]`
|
||||
|
||||
|
||||
### <a name="incompletes">incomplete input</a> ###
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue