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