YAML Validator & Formatter
Validate YAML syntax and convert between YAML and JSON. Catches indentation errors and reports line numbers.
✓ Valid
Frequently Asked Questions
Which YAML spec is supported?
YAML 1.2 via the js-yaml library — the de-facto standard for modern tooling (Kubernetes, GitHub Actions, etc.).
Does this handle multi-document YAML?
Yes, YAML files with --- separators are parsed as arrays of documents.