[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 18:00:00 +0200
2017-04-17 16:08 GMT+02:00 Matthew Wild <mwild1@gmail.com>:
> On 17 April 2017 at 07:47, Dirk Laurie <dirk.laurie@gmail.com> wrote:
>> Please show me some sample JSON code that this decoder can't handle
>> properly.
>
> {" a": 1 }
>
> I don't see why you use that pattern for keys. Intentional limitation?
The keys are all trimmed, but in a multilingual environment (which is not
uncommon on that website) non-ASCII characters could occur. I'll have
another think about that pattern, but since the ordinary string library is
UTF8-agnostic, there may not be much I can do about it. The locale
concept for %w only works in an 8-bit setting like ISO-8859.