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:
alisdair sullivan 2011-07-29 00:18:33 -07:00
parent b73ca00892
commit 5f3885c594
3 changed files with 47 additions and 33 deletions

View file

@ -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
}).