About this tool
Covers the 90% of YAML you write by hand — nested maps, dash lists, quoted strings, booleans, and numbers. For adversarial YAML with anchors and merge keys, use a full parser server-side.
How it works
- Paste YAML — indentation defines structure.
- The parser normalises the document, then walks it into JSON.
- Output is pretty-printed with 2-space indent.
When to use it
- Feeding a YAML config into a tool that only understands JSON.
- Diffing a GitHub Actions workflow structurally.
- Extracting a subset of a Kubernetes manifest.