lua-users home
lua-l archive

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


>         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.