How to use this tool
- Enter json object, second json object.
- Select Update result to view the result.
- Check the method and assumptions below before using the result.
The method, explained
Perform a shallow merge of two top-level objects. The second object replaces an overlapping value in full.
{"a":1} plus {"a":2,"b":3} becomes {"a":2,"b":3}.
What to keep in mind
This is not a recursive deep merge. Nested objects and arrays are replaced as complete values.
Common questions
How does this tool handle my input?
Processing happens in your browser. Your pasted content is not uploaded, included in URLs or stored as a calculation history.
What input should I use?
JSON object: use the example already shown, then replace it with your own content. This is not a recursive deep merge. Nested objects and arrays are replaced as complete values.
Methodology maintained by ClarityKit. How these tools are built and checked.