YAML is valid.
{
"name": "My App",
"version": "1.0.0",
"env": "production",
"features": [
"auth",
"api"
]
}Validation runs in your browser. No data is sent to any server.
Yes. Validate YAML with no sign-up. All processing runs in your browser.
No. Validation runs entirely in your browser.
Convert YAML to JSON and JSON to YAML. For configs, CI, and docs. All in your browser.
Format and validate JSON with syntax highlighting. Minify, prettify, sort keys. All processing in your browser.
Format and minify XML. Beautify with indentation or collapse to one line. All in your browser.