Optional
left: LeftTObject to merge into. They keys of this object will be present in the returned object.
Optional
right: RightTObject to merge. Only keys in left
will be considered for merging.
Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.
Create an object by merging the
right
object into a shallow copy of theleft
object ignoring casing, but keeping theright
casing. Only keys present in theleft
object will be present in the merged object.Returns
left
object, where entries present in theright
object are replaced. Note that the casing used byright
will be used.