encoder now only performs a single pass on strings and can optionally json encode them
This commit is contained in:
parent
821a8ac06e
commit
5bc8bfdf45
4 changed files with 70 additions and 62 deletions
|
@ -4,5 +4,6 @@
|
|||
explicit_end = false,
|
||||
single_quotes = false,
|
||||
no_jsonp_escapes = false,
|
||||
comments = false
|
||||
comments = false,
|
||||
json_escape = false
|
||||
}).
|
Loading…
Add table
Add a link
Reference in a new issue