changes default for strict to false from true to better match other json encoders/decoders in the wild

This commit is contained in:
alisdair sullivan 2011-04-26 21:30:57 -07:00
parent 428858ed8c
commit 6cc28573b6
4 changed files with 35 additions and 21 deletions

View file

@ -26,7 +26,7 @@
space = 0,
indent = 0,
output_encoding = utf8,
strict = true
strict = false
}).