JSON 1
JSON 2
Merged Result
{ "mergedResult": "Will appear here" }
How It Works
Deep Merge
Combines all properties from both objects, recursively merging nested objects
Shallow Merge
Top-level properties in the second object overwrite those in the first
Array Concatenation
Arrays from both objects are concatenated into a single array
ID-Based Merge
Objects with the same ID (or other selected key) are merged together