lua-users home
lua-l archive

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


On Thu, Oct 27, 2011 at 09:58, Marc Balmer <marc@msys.ch> wrote:
> Am 26.10.2011 um 21:22 schrieb Alexander Gladysh <agladysh@gmail.com>:
>
>> Hi, list!
>>
>> I need to parse JSON in Lua-only environment.
>>
>> Is there some primitive single-file JSON parser that I can paste
>> directly into my script? (Doh, no multi-file support as well...)
>
> I have a JSON module written in C, so I think that is not what you are after, right?

Sadly, no. :-(

Alexander.