Paste YAML or load a file to validate, prettify, and inspect your documents entirely in the 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{
"name": "Example",
"version": 1,
"items": [
{
"id": "alpha",
"active": true
},
{
"id": "beta",
"active": false
}
]
}