json module
Core framework Console Desktop
json module does not have any properties
Function | Description | Return value |
---|---|---|
json.encode() | Encode a Lua value to a JSON representation string | string |
json.decode() | Generate a Lua value from a JSON string | table |
json module does not have any objects