`updateModel` accepts a `JsonObject` and updates t...
# tornadofx
e
updateModel
accepts a
JsonObject
and updates the properties of the model.
update
accepts another
JsonModel
and copies it's properties, by first converting to json and then calling
updateModel
.