lua-users home
lua-l archive

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


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.