FreeJSON()

Syntax

FreeJSON(#JSON)
Description
Frees the JSON data and its contained values.

Parameters

#JSON The JSON data to free. If #PB_All is specified, all the remaining JSON objects are freed.

Return value

None.

Remarks

All remaining JSON objects are automatically freed when the program ends.

See Also

IsJSON(), CreateJSON(), ParseJSON(), LoadJSON(), CatchJSON()

Supported OS

All

<- ExtractJSONStructure() - Json Index - GetJSONBoolean() ->