JSON Patch Viewer
Apply RFC 6902 JSON Patch operations to a document. Supports add, remove, replace, move, copy, and test operations.
{
"name": "Bob",
"roles": [
"user",
"admin"
]
}Operation results
✅
replace /name = "Bob"✅
add /roles/- = "admin"✅
remove /age