Flagship toolLocal only

Payload Lab

Take a payload, validate it, switch between readable and minified views, and share the session by URL.
Input
Output
Valid JSON
{
  "requestId": "REQ-42",
  "user": {
    "id": 18,
    "role": "maintainer",
    "locale": "es-AR"
  },
  "flags": [
    "beta",
    "workbench"
  ],
  "meta": {
    "source": "landing-preview",
    "retries": 0
  }
}
The output respects the current mode and gives you a clean base to copy or share.
Quick metrics
Characters219
Lines16
Nodes12
Depth2
Path inspectorSearch keys, types, or previews to navigate the payload faster.
root.requestIdstring
REQ-42
root.userobject
3 keys
root.user.idnumber
18
root.user.rolestring
maintainer
root.user.localestring
es-AR
root.flagsarray
2 items
root.flags[0]string
beta
root.flags[1]string
workbench
root.metaobject
2 keys
root.meta.sourcestring
landing-preview
root.meta.retriesnumber
0