Changes

316 bytes added ,  07:26, 19 March 2013
Document exported functions
This module exposes two functions:

=== <code>encode( ''o'' )</code> ===
:Returns the table / string / boolean / number / nil / json.null value as a JSON-encoded string.

=== <code>decode( ''json_string'' )</code> ===
:Returns a Lua object populated with the data encoded in the JSON string <code>json_string</code>.
Anonymous user