Data

Two functions to easily load and save a table of Lua data to your apps storage.

Comments, 1 Vote - submitted on 17/01/2014 view repo

Load RSS feeds into your app. You can use network.request() to get the text of an RSS feed, pass it to this function and it will return a Lua table to you with each entry from the feed.

Comments, 427 Votes - submitted on 17/01/2014 view repo

Easier to write than normal Lua syntax, just as fast as JSON, and very human-readable, Cyan is the most flexible table serialization notation ever. It comes in a single code file and uses two function calls to decode/encode Cyan notation or tables.

Comments, 457 Votes - submitted on 17/01/2014 view repo