json.lua
json.lua copied to clipboard
Decoding fails for JSON with array of strings within an object.
Hi,
This example seems to cause errors:
{"this":["is", "a", "minimal", "example"]}
It gives an error at symbol 10; the opening square bracket.