[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Parsing JSON object in Lua
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 10 May 2013 00:59:30 -0300
> I have a JSON object as a web response. If there is already a lua
> script written to parse a JSON object, please share with me else suggest me
> how to parse.
See this thread: http://lua-users.org/lists/lua-l/2011-10/msg01039.html
and also https://github.com/harningt/luajson for instance.