🩹 JSON Patch Viewer
Original JSON
{"name":"Alice","age":30,"skills":["js","python"],"address":{"city":"Jakarta"}}
Patch Operations (RFC 6902)
[{"op":"replace","path":"/age","value":31},{"op":"add","path":"/role","value":"admin"},{"op":"remove","path":"/skills/1"},{"op":"replace","path":"/address/city","value":"Bandung"}]
⚡ Apply Patch
Operations
Before / After
Before
After