json
stringify
json.stringify(data: table) string
Converts lua table to json string.
parse
json.parse(data: string) table
Converts json data to lua table.
Last updated
json.stringify(data: table) string
Converts lua table to json string.
json.parse(data: string) table
Converts json data to lua table.
Last updated