changes default for strict to false from true to better match other json encoders/decoders in the wild
This commit is contained in:
parent
428858ed8c
commit
6cc28573b6
4 changed files with 35 additions and 21 deletions
|
@ -26,7 +26,7 @@
|
|||
space = 0,
|
||||
indent = 0,
|
||||
output_encoding = utf8,
|
||||
strict = true
|
||||
strict = false
|
||||
}).
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue