Changes
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>.
=== <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>.