XML, JSON, YAML, INI Parser support

Would be nice if Corona Lua includes a XML, JSON, YAML, INI or whatever-parser for parsing configuration files, level files from the internet, etc.

There are Lua-only parses (like LuaXML http://lua-users.org/wiki/LuaXml) but an lib-included one would be way faster. [import]uid: 3642 topic_id: 871 reply_id: 300871[/import]

Hi Dennis,

I am using the JSON lib from this side:

http://www.chipmunkav.com/downloads/otherdownloads.htm

Works like a charm. [import]uid: 5712 topic_id: 871 reply_id: 1947[/import]