fun JSONObject.mergeWith(other: JSONObject): Unit
Merge the contents of another JSONObject with this object, overwriting the colliding keys.
other - the JSONObject providing the data to be merged with this one.
other