JSON Merge
Merge multiple JSON documents with conflict resolution.
FAQ
How are conflicts resolved?
The overlay document always wins on scalar conflicts and type mismatches. Objects are merged key by key (a deep merge); arrays either replace or concatenate, depending on the Arrays option.