Skip to content

YAML Ain't Markup Language.yaml

Dataapplication/x-yaml

YAML is a human-readable data format popular in DevOps, Kubernetes, and configuration files.

Advantages

  • Very human-readable
  • Comments supported
  • DevOps standard

Limitations

  • Indentation-sensitive
  • Complex spec
  • Parsing surprises