About 105,000 results
Open links in new tab
  1. YAML - Wikipedia

    YAML (/ ˈjæməl / ⓘ YAM-əl) is a human-readable data serialization language. It is commonly used for configuration files and in applications where data is being stored or transmitted.

  2. - YAML Ain't Markup Language

    %YAML 1.2 --- YAML: YAML Ain't Markup Language™ What It Is: YAML is a human-friendly data serialization language for all programming languages. YAML Specifications: - YAML 1.2: - Revision …

  3. What is YAML: Understanding the Basics - GitLab

    YAML (YAML Ain’t Markup Language) is a human-readable data serialization format commonly used for configuration files and data exchange between programming languages.

  4. YAML Introduction - GeeksforGeeks

    Apr 1, 2026 · YAML (YAML Ain’t Markup Language) is a human-readable data serialization language used to store and exchange data. It is commonly used for configuration files and data representation.

  5. What is YAML? Understanding the Basics, Syntax, and Use Cases

    Feb 16, 2025 · Learn the basics of YAML syntax, structure, and use cases in this beginner-friendly guide. Discover how YAML is used in DevOps, APIs and automation.

  6. About - YAML Ain't Markup Language

    YAML (YAML Ain't Markup Language) is a human-readable data serialization language designed for data exchange between languages with different data structures. It's often used for configuration …

  7. YAML Tutorial: Everything You Need to Get Started in Minutes

    Mar 8, 2023 · This YAML tutorial will teach you the basics of YAML syntax, data structures, and best practices for writing and optimizing YAML files.

  8. Learn - yaml.info

    YAML is a computer data serialization language. A YAML document represents a computer program's native data structure in a human readable text form. A node in a YAML document can have three …

  9. What is YAML? The YML File Format - freeCodeCamp.org

    Nov 11, 2022 · YAML is a human-readable data serialization language, just like XML and JSON. Serialization is a process where one application or service that has different data structures and is …

  10. About YAML - The Official YAML Wiki

    What is YAML? YAML (YAML Ain't Markup Language) is a human-readable data serialization language designed for data exchange between languages with different data structures.