JSON Parser Xojo plugin

JSONObject.Update Method

Updates the JSONObject (Dictionary) with values from other JSONObject overriding existing keys.

Update(
   otherObject as JSONObject)

Parameters

otherObject
The other JSONObject to update current JSONobject with

Remarks

See Also

JSONObject Class