JSON Merger

Merge two or more JSON documents with shallow/deep strategies.

Support
Works Offline
Privacy First
No Login
No API

Document 1

Document 2

Merged result

JSON
{
  "name": "Grace",
  "skills": [
    "logic",
    "math"
  ],
  "meta": {
    "role": "admin",
    "active": true
  }
}

Conflicts (1)

  • name: "Ada" → "Grace"

About the JSON Merger

Combine multiple JSON documents using shallow or deep merge strategies, with configurable array handling (concat, replace, or union), and a report of every key conflict encountered.

Examples

Deep merge two objects

{"a":{"x":1}}
{"a":{"y":2}}

Output

JSON{"a":{"x":1,"y":2}}

Keyboard shortcuts

  • Copy the main outputCtrl / ⌘ + Shift + C
  • Download the resultCtrl / ⌘ + S
  • Share this toolCtrl / ⌘ + Shift + S
  • Reset the inputsAlt + R
  • Open the tool search paletteCtrl / ⌘ + K

Related tools

Frequently asked questions

Comments

No login needed. Comments appear after a quick review.

Protected by an on-site captcha — no third-party trackers.

Optional: get an alert when your comment is published or replied to, plus new tool announcements. No sign-up.

Loading comments…

Version 1.0.0 · Updated 2026-08-10 · Runs entirely in your browser