Merge two objects recursively. Use the values in the second object when conflicts occur.
The first object to merge
The second object to merge
The options for the merge operation
The new merged object, without modifying the original two objects.
Merge two objects recursively. Use the values in the second object when conflicts occur.