[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Smallest Lua-only single-file JSON parser
- From: Alexander Gladysh <agladysh@...>
- Date: Thu, 27 Oct 2011 13:49:48 +0400
On Thu, Oct 27, 2011 at 10:55, Egil Hjelmeland
<privat@egil-hjelmeland.no> wrote:
> On 2011-10-26 21:22, Alexander Gladysh wrote:
>> 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 used dkjosn:
> http://chiselapp.com/user/dhkolf/repository/dkjson/home
> I chose it because it can encode with indenting
Thanks! I'll give it a try.
Alexander.