JSON Parser Xojo plugin

JSONObject.UpdateExisting Method

Updates the JSONObject (Dictionary) with values from other JSONObject overriding existing keys, updating only keys value pairs that already exist in the current JSONobject. No new keys are created in the current JSONobject.

UpdateExisting(
   otherObject as JSONObject)

Parameters

otherObject
The other JSONObject to update current JSONobject with

Remarks

See Also

JSONObject Class