the option single_quotes in functions dealing with json inputs now allows json that uses single quotes to deliminate keys and strings to be processed, note that this changes the escaping rules slightly
This commit is contained in:
parent
b3d9f5e6ff
commit
1d5b9e7410
5 changed files with 91 additions and 13 deletions
|
@ -2,5 +2,5 @@
|
|||
loose_unicode = false,
|
||||
escape_forward_slash = false,
|
||||
explicit_end = false,
|
||||
parser = auto
|
||||
single_quotes = false
|
||||
}).
|
Loading…
Add table
Add a link
Reference in a new issue