JSON Merge Patch Tool
Generate and apply JSON Merge Patch (RFC 7396) between two JSON objects.
4 keys
About JSON Merge Patch
JSON Merge Patch (RFC 7396) is a simple format for describing changes to a JSON document. Unlike JSON Patch (RFC 6902), a merge patch is itself a JSON object that mirrors the target document — fields present in the patch replace the corresponding fields in the original, and fields with a null value are deleted. Fields absent from the patch are left untouched. Use the Generate Patch tab to compute the minimal merge patch between two objects, or the Apply Patch tab to apply an existing patch to a document. All processing happens entirely in your browser — no data is sent to any server.
Private & free — this tool runs entirely in your browser.
Related Developer Utilities tools
RegExp Tester
Test regular expressions and inspect matches locally.
Regex Visualizer
Visual regex pattern diagram with live match highlighting and capture group annotations.
Subnet Calculator
Compute CIDR subnets, usable hosts, and network ranges.
Cron Parser
Translate cron syntax into plain English.
URL Parser
Break a URL into protocol, host, path, and query parts.
HTML Previewer
Paste HTML and see it rendered live in a safe, sandboxed preview.
HTTP Status Code Reference
Search and look up every HTTP status code and its meaning.
MIME Type Lookup
Find the MIME type for a file extension, or the extensions for a MIME type.