InitializeJsonType - cJsonObject
Initializes the JSON object as a specific type
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| eType | Integer | Explicit JSON typeConstantMeaning |
Syntax
Procedure InitializeJsonType Integer eType
Call Example
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.