open fun update(source: JsonModel): Unit
Copy all properties from the given source object to this object by converting to JSON and then updating this object.
source - The source object to extract properties from
source