add dirty_strings option to bypass json escaping strings during encoding
This commit is contained in:
parent
9d2448669e
commit
19e710da55
2 changed files with 13 additions and 13 deletions
|
@ -5,5 +5,6 @@
|
|||
single_quotes = false,
|
||||
no_jsonp_escapes = false,
|
||||
comments = false,
|
||||
json_escape = false
|
||||
json_escape = false,
|
||||
dirty_strings = false
|
||||
}).
|
Loading…
Add table
Add a link
Reference in a new issue