Skip to main content

YAML Tutorial

YAML is the abbreviated form of "YAML Ain't markup language"

YAML is a data serialization language designed to be user-friendly and work well with other programming languages for everyday tasks.

YAML was created specifically to work well for common use cases, such as configuration files, log files, and sharing files and data between different languages.

Prerequisites

You should have a basic knowledge of:

Table of Contents