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
rightobject into a shallow copy of theleftobject ignoring casing, but keeping therightcasing. Only keys present in theleftobject will be present in the merged object.Returns
leftobject, where entries present in therightobject are replaced. Note that the casing used byrightwill be used.