JSON Element - Remove Method
Remove the element
Member of JSON Element (PRIM_WEB.JsonElement)
| Name | Type | Data Type | Description |
|---|---|---|---|
| Result | *Result (Optional) | PRIM_WEB.JsonElement | Reference to the removed element |
| Key | *Input | Unicode String | Key of the element |
The Remove method deletes the JSON element as identified by the Key parameter. Key is case sensitive.
Febuary 18 V14SP2