json.lua icon indicating copy to clipboard operation
json.lua copied to clipboard

Decoding fails for JSON with array of strings within an object.

Open nanderv opened this issue 2 years ago • 1 comments

Hi,

This example seems to cause errors: {"this":["is", "a", "minimal", "example"]}

It gives an error at symbol 10; the opening square bracket.

nanderv avatar Jan 12 '24 23:01 nanderv