JSON Parser Xojo plugin

JSONObject.Remove Method

Removes element by key from the JSONObject.

Remove(
   key as String)

Parameters

key
The key of the element to be removed.

Remarks

See Also

JSONObject Class