lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2017-04-17 12:39 GMT+02:00 Michal Kottman <k0mpjut0r@gmail.com>:
> '["[hey!]"]'

OK, the inner pair of brackets will also become braces.
Thanks for pointing it out. It is definitely worth a comment
in the code, although the solution (in cases where it is a problem)
will be to require a real json module like rapidjson. I'm setting
up the code so that this decoder is only a fallback.