encoder now only performs a single pass on strings and can optionally json encode them

This commit is contained in:
alisdair sullivan 2012-03-24 19:42:00 -07:00
parent 821a8ac06e
commit 5bc8bfdf45
4 changed files with 70 additions and 62 deletions

View file

@ -4,5 +4,6 @@
explicit_end = false,
single_quotes = false,
no_jsonp_escapes = false,
comments = false
comments = false,
json_escape = false
}).