Hello, you are using an old browser that's unsafe and no longer supported. Please consider updating your browser to a newer version, or downloading a modern browser.

YAML | Training Camp

Glossary > YAML

What is YAML?

Understanding YAML

YAML (YAML Ain't Markup Language) is a human-readable data serialization format commonly used in configuration files to represent data structures. It is designed to be simple and easy to read, allowing for the organization and storage of data in a structured manner. YAML utilizes a combination of indentation and key-value pairs to define data hierarchies and relationships. It is often used in various applications and systems for configuration management, data exchange, and readability purposes.

Learn More About YAML: