JSON Patch in JSON

From the JSON cheat sheet ยท Pointer and Patch ยท verified Aug 2026

JSON Patch

Describe ordered changes with RFC 6902 operations.

json
[ {"op":"replace","path":"/name","value":"Ana"} ]
๐Ÿ“Œ Patch operations run in array order
๐Ÿ’ก test supports optimistic concurrency
๐Ÿ” - appends to an array
โš ๏ธ Apply patches only after authorization
json-patchrfc-6902api

Continue with JSON

Save the full cheat sheet or work through every related task.

More JSON tasks

Back to the full JSON cheat sheet