$ObjectMerge

Merge the current object with another object, it overwrites the conflicted keys

Usage

$ObjectMerge[object]

Example:

Member09/19/2023
!!exec $objectSet[name;Mido]
$objectMerge[{"country":"EG"}]
$objectGet

Custom Command Bot 09/19/2023
{"name":"Mido", "country":"EG"}