JSON https://code.coronalabs.com/taxonomy/term/32/all en JSON Resource Loader/Manager https://code.coronalabs.com/code/json-resource-loadermanager <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>See professorcook.org/lua/json.zip for a demo project.<br /> Specify all your display/sound resources in JSON then load each one on demand.<br /> The assets module includes a "show" method that can be used to tune resources on different platforms by playing through a JSON file independent of any application.</p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">bobcgausa</div></div></div> Mon, 08 Sep 2014 22:25:46 +0000 bobcook47 133 at https://code.coronalabs.com IO Lib https://code.coronalabs.com/code/io-lib <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>Some functions to make reading and writing files a little easier. The premise is that a function which reads (returns the contents of a file) will also write if provided data to save.</p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">HoraceBury</div></div></div> Mon, 12 May 2014 08:57:20 +0000 Anonymous 106 at https://code.coronalabs.com Cyan: Table Serialization Made Awesome https://code.coronalabs.com/code/cyan-table-serialization-made-awesome <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>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.</p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Caleb</div></div></div> Fri, 17 Jan 2014 22:29:03 +0000 Anonymous 50 at https://code.coronalabs.com