JSON Object - InsertBoolean Method
Add a Boolean element
Member of JSON Object (PRIM_WEB.JsonObject)
| Name | Type | Data Type | Description |
|---|---|---|---|
| Result | *Result (Optional) | PRIM_WEB.JsonBoolean | Reference to the new Boolean element |
| Key | *Input | Unicode String | Key of the element |
| Boolean | *Input | Boolean | Value of the Boolean object |
The InsertBoolean method creates a new Boolean element in the object.
Febuary 18 V14SP2