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.save() Encode a Lua value to a JSON representation string and save it to a file boolean
json.decode() Generate a Lua value from a JSON string any
json.load() Load and decode a file containing JSON data any | nil

json module does not have any objects