JSON Merge Patch
Apply a JSON Merge Patch to a document and preview the merged result.
Convert in your browser · No sign-up
How to use
- Apply a JSON Merge Patch to a document and preview the merged result.
- Choose the mode or options, then run the tool.
- Review the result, then copy or download the TXT file.
Example
{"a":1,"b":2} + {"b":null} → {"a":1}Details and limitations
RFC 7396: null deletes a property, arrays replace whole arrays, and a non-object patch replaces the document. No prototype properties are executed.
Text stays in your browser; it is not sent to a conversion server.
FAQ
JSON Merge Patch — What are the supported inputs and limits?
RFC 7396: null deletes a property, arrays replace whole arrays, and a non-object patch replaces the document. No prototype properties are executed.
Related tools
Format references
Tool page updated: