Initializes the JSON object as a specific type
Type: Procedure
Parameters:
Integer eType
Parameter | Description
|
eType | Explicit JSON typeConstant | Meaning | jsonTypeNull | The JSON null value. | jsonTypeBoolean | Value of type Boolean | jsonTypeDouble | Value of type double | jsonTypeInteger | Value of type integer | jsonTypeString | Value of type string | jsonTypeObject | Value of type object | jsonTypeArray | Value of type JSON array |
|
Syntax
Procedure InitializeJsonType Integer eType
Send InitializeJsonType eType |
Description
Initializes the JSON object as a specific type.
This completely reinitializes the object, allowing the object instance to be reused. If the previous value / object was member of another JSON object, it will continue to exist, else it will be destroyed.