Does Corona (or Lua) have any support for (or something like) JSON or XML structured data? Tables seem to be an option, but I’d much rather just use JSON or XML if possible. [import]uid: 210 topic_id: 300 reply_id: 300300[/import]
Actually, Lua tables are pretty sweet - and using Lua4JSON it’s possible to convert JSON to tables - http://json.luaforge.net/ [import]uid: 210 topic_id: 300 reply_id: 401[/import]