Manipulation of JSON data strings.

Static methods

staticdecode(json:String):Table<String, Dynamic>

Decode a string of JSON data into a Lua table. A Lua error is raised for syntax errors.

Parameters:

json

json data

Returns:

decoded json