replace all incidences of opts with config
This commit is contained in:
parent
2f47fdd642
commit
ff6a83598b
9 changed files with 1436 additions and 1437 deletions
12
src/jsx_config.hrl
Normal file
12
src/jsx_config.hrl
Normal file
|
@ -0,0 +1,12 @@
|
|||
-record(config, {
|
||||
replaced_bad_utf8 = false,
|
||||
escaped_forward_slashes = false,
|
||||
single_quoted_strings = false,
|
||||
unescaped_jsonp = false,
|
||||
comments = false,
|
||||
escaped_strings = false,
|
||||
dirty_strings = false,
|
||||
ignored_bad_escapes = false,
|
||||
explicit_end = false,
|
||||
pre_encode = false
|
||||
}).
|
Loading…
Add table
Add a link
Reference in a new issue