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