|
On 2011-10-26 21:22, Alexander Gladysh 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...) Thanks, Alexander.
I used dkjosn: http://chiselapp.com/user/dhkolf/repository/dkjson/home I chose it because it can encode with indenting Egil