senses:packages:kmj-json
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| senses:packages:kmj-json [2025/07/28 01:43] – new format flash | senses:packages:kmj-json [2026/04/27 00:21] (current) – removed lie flash | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| The kmj-json package provides a JSON codec. | The kmj-json package provides a JSON codec. | ||
| - | |||
| - | The runtime provides this library through the [[https:// | ||
| ===== decode ===== | ===== decode ===== | ||
| Line 13: | Line 11: | ||
| decode(input: | decode(input: | ||
| - | === Arguments === | + | ==== Arguments |
| - The first argument should contain the JSON encoded representation of a type. | - The first argument should contain the JSON encoded representation of a type. | ||
| - | === Return values | + | ==== Returns ==== |
| - The first return value will be the decoded Lua equivalent value type of the given JSON, or '' | - The first return value will be the decoded Lua equivalent value type of the given JSON, or '' | ||
| Line 29: | Line 27: | ||
| encode(input: | encode(input: | ||
| - | === Arguments === | + | ==== Arguments |
| - The first argument should contain the Lua value that should be JSON encoded. Accepted Lua types are //nil//, // | - The first argument should contain the Lua value that should be JSON encoded. Accepted Lua types are //nil//, // | ||
| - | === Return values | + | ==== Returns ==== |
| - The first return value will be the JSON encoded representation of the given input, or a Lua '' | - The first return value will be the JSON encoded representation of the given input, or a Lua '' | ||
senses/packages/kmj-json.1753667002.txt.gz · Last modified: by flash
