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