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
|
@ -32,7 +32,8 @@
|
|||
-record(opts, {
|
||||
multi_term = false,
|
||||
loose_unicode = false,
|
||||
encoding = auto
|
||||
encoding = auto,
|
||||
escape_forward_slash = false %% does nothing, used by encoder
|
||||
}).
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue