Smallest Lua-only single-file JSON parser
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Smallest Lua-only single-file JSON parser
- From: Alexander Gladysh <agladysh@...>
- Date: 2011年10月26日 23:22:40 +0400
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...)
Thanks,
Alexander.