API to experiment with JSON Merge Patch. We also have an interactive web tool. Created with ❤️ by Zuplo
https://api.jsonmergepatch.com
Apply a JSON Merge Patch formatted patch to the JSON uploaded to targetId
.
Body containing the patch to be applied.
The JSON Merge Patch
Send the JSON Merge Patch directly in the request body
1
Upload a JSON document to be patched.
The JSON to be uploaded.
Your JSON file
Send over a small JSON file in the request body.
1
{
"title": "Hello world",
"summary": "A simple summary",
"data": {
"age": 3
}
}