ParseJSON (Close)
The ParseJSON function can be used to remove all initialised JSON objects from session memory.
Syntax
ParseJSON( InstructionType );
Parameters
Parameter Name | Type | Description | Optional? | Default Value |
---|---|---|---|---|
InstructionType | Integer OR String | Must be set to either the integer 3 or the string "Close". | No | n/a |
Output
The function will return "All JSON objects removed" if any objects were removed, and "Nothing to remove" if not.