add relax option, a synonym for [loose_unicode, single_quotes, comments, ignore_bad_escapes]

This commit is contained in:
alisdair sullivan 2012-03-29 00:24:31 -07:00
parent f909a5bc6d
commit c8ff83a394
2 changed files with 14 additions and 2 deletions

View file

@ -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> ###