b
will overwrite the value from object a
.
a
(object, default: {}
): The first object to merge.b
(object, default: {}
): The second object to merge.result
(object): The merged object.a
and b
input ports. If no objects are connected, the node will use the default empty object {}
.result
port.user
object is merged recursivelyage
from object B overwrites the value from object Aemail
is added from object Baddress
object is merged, with city
from object B overwriting the value from object Asettings
object is merged, with language
added from object Bb
will overwrite properties with the same key in object a
, unless both values are objects, in which case they will be merged recursively.a
and b
inputs.