YAML to JSON Converter — Online & Private
Convert YAML to pretty-printed JSON instantly. Supports multi-document YAML, anchors resolved, and configurable JSON indent — all client-side.
Your data never leaves your browser
YAML input
JSON output
About this tool
YAML→JSONMulti-documentLive convertDownload JSONPrivate
How to use
- Paste YAML in the input panel.
- Set JSON indent and multi-document options.
- Copy or download the JSON output.
- Use JSON to YAML for the reverse direction.
Examples
ConfigMap
apiVersion: v1 kind: ConfigMap
{
"apiVersion": "v1",
"kind": "ConfigMap"
}