Back to Home
What Is YAML?
YAML ("YAML Ain't Markup Language") is a human-readable text format for structured data that uses indentation instead of braces and brackets — commonly used for configuration files like Docker Compose and GitHub Actions.
YAML shows up constantly in config files for developer tools. Here's what it is and how it relates to JSON, which it can represent exactly.
Related tools
- ToolYAML to JSON
- ToolJSON to YAML