[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Simple Lua-only JSON decoder
- From: Dirk Laurie <dirk.laurie@...>
- Date: Mon, 17 Apr 2017 14:19:47 +0200
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.