Global Classes
Json
Json
is a global used for interacting with the JSON language
You cannot Instance this class with
Instance.new()
Functions
void
The void()
function returns a empty representation for JSON. An example:
parse(string json)
The parse
function returns a table of contents of the json given. An example:
This function returns error (if any if none then returns nil
). An example:
serialize(Array data)
An example: