Original JSON
before01
{02~
"status": "draft",03~
"plan": "starter",04
"user": {05~
"role": "viewer"06
}07
}Built for API payloads
Format messy payloads, compare snapshots, apply JSON Patch operations, and resolve Pointer paths without leaving one focused playground.
{ "status": "draft", "plan": "starter", "user": { "role": "viewer" }}{ "status": "ready", "plan": "pro", "user": { "role": "admin" }, "timeoutMs": 3000}Jason status
Three fields changed and one timeout setting was added.
Core workflow
Clean up pasted payloads without losing structure.
Compare snapshots with readable change groups.
Generate patch-ready edits from reviewed changes.
Jump to nested paths and share exact references.
Workflow
Drop in an API response, config file, or webhook body.
Format, compare, patch, or resolve the exact nested path.
Take the formatted JSON, JSON Patch, or resolved value with you.