apply escape_forward_slash option to decoding as well as encoding
This commit is contained in:
parent
8487bcc650
commit
e852286e9b
3 changed files with 18 additions and 7 deletions
|
@ -1 +1 @@
|
|||
["\"", "\\", "\/", "\b", "\f", "\n", "\r", "\t"]
|
||||
["\"", "\\", "\b", "\f", "\n", "\r", "\t"]
|
|
@ -2,7 +2,6 @@
|
|||
{jsx, [start_array,
|
||||
{string,<<"\"">>},
|
||||
{string,<<"\\">>},
|
||||
{string,<<"/">>},
|
||||
{string,<<"\b">>},
|
||||
{string,<<"\f">>},
|
||||
{string,<<"\n">>},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue