introduce option to skip checking for repeated keys
This commit is contained in:
parent
5d184327e4
commit
e2ef23a46a
4 changed files with 24 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
escaped_strings = false :: boolean(),
|
||||
unescaped_jsonp = false :: boolean(),
|
||||
dirty_strings = false :: boolean(),
|
||||
repeat_keys = false :: boolean(),
|
||||
strict_comments = false :: boolean(),
|
||||
strict_commas = false :: boolean(),
|
||||
strict_utf8 = false :: boolean(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue