escape_forward_slash option to allow optional escaping of forward slashes during encoding. for compatibility with microsoft json date format
This commit is contained in:
parent
b73ca00892
commit
5f3885c594
3 changed files with 47 additions and 33 deletions
|
@ -35,6 +35,7 @@
|
|||
-type jsx_opts() :: [jsx_opt()].
|
||||
-type jsx_opt() :: multi_term
|
||||
| loose_unicode
|
||||
| escape_forward_slashes
|
||||
| {encoding, auto
|
||||
| utf8
|
||||
| utf16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue