lua-users home
lua-l archive

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


On 26 October 2011 15:22, Alexander Gladysh <agladysh@gmail.com> wrote:
> 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 thought you'd never ask.

MIT-licensed (see project root directory, though I can add a copyright
header if you require that):
http://hg.prosody.im/trunk/file/tip/util/json.lua

The decoder starts after line 132.

Regards,
Matthew