00data
YAML
YAML Ain't Markup Language
YAML expresses the same data model as JSON using indentation instead of braces, plus comments and anchors. It became the standard for configuration — Kubernetes, GitHub Actions, Docker Compose, Ansible — so most YAML conversion is developers moving between a config file and an API payload.
- Extensions
- .yaml .yml
- MIME type
- application/yaml
- Also called
- yml
01 Convert YAML to something else
02 Convert something else to YAML
03 Related formats
Opening a .yaml file
If you landed here because something handed you a .yaml file and
nothing on your machine will open it, converting it to a format you already have a
reader for is usually faster than installing new software. Every conversion above runs
in this browser — the file is not uploaded, so it works on a locked-down work machine
and on a file you are not allowed to send anywhere.