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