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-42root.userobject
3 keysroot.user.idnumber
18root.user.rolestring
maintainerroot.user.localestring
es-ARroot.flagsarray
2 itemsroot.flags[0]string
betaroot.flags[1]string
workbenchroot.metaobject
2 keysroot.meta.sourcestring
landing-previewroot.meta.retriesnumber
0