[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Smallest Lua-only single-file JSON parser
- From: Matthew Wild <mwild1@...>
- Date: Wed, 26 Oct 2011 17:45:20 -0400
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