JSON Parser Xojo plugin

JSONObject.UpdateMissing Method

Updates the JSONObject (Dictionary) with values from other JSONObject only adding key value pairs which are missing in the current JSONobject. Only new keys are created and no existing keys are updated.

UpdateMissing(
   otherObject as JSONObject)

Parameters

otherObject
The other JSONObject to update current JSONobject with

Remarks

See Also

JSONObject Class