[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Parsing JSON object in Lua
- From: Laurent Faillie <l_faillie@...>
- Date: Fri, 10 May 2013 11:15:43 +0200
Hi,
Le 10/05/2013 05:46, Muqtheear S a écrit :
> Hi all,
> 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.
Have a look on my very own project named Vigie :
http://sourceforge.net/projects/vigie/
It's a customer for both SOAP and JSON web service.
There is no documentation yet but the source I think is clear enough,
and you have as well to navigate thru the SVN repo as I didn't released
yet any file bundle.
JSon code is in .../Protocols/REST.lua
Bye