Deep merge two JSON objects — the second object overwrites and extends the first.
Paste two JSON objects separated by a blank line.
Deep merge recursively combines nested objects.
Arrays from the second object replace arrays in the first.
Arrays at conflicting keys are replaced, not concatenated.
Config overrides, API composition, data patching, partial updates.