Paste JSON or drop a file to validate, format, and inspect your payload. Everything runs locally in your browser.
Files never leave your device; they are read with the FileReader API.
Tip: Press Ctrl/Cmd + Enter to format with the current indentation.
{
"name": "Example",
"version": 1,
"items": [
{
"id": "alpha",
"active": true
},
{
"id": "beta",
"active": false
}
]
}