json

Interact with objects

Functions:

Stringify

json.stringify(table: items)

Returns the contents of the table in a JSON formatted string.

Parse

json.parse(string: json)

Returns the contents of your JSON formatted string as a table, so that the contents are easily accessible.

Last updated