About 83,400 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 Information: yaml.info # Learn about YAML! YAML Test Matrix: matrix.yaml.info # Compare YAMLs! Program in YAML: yamlscript.org # Code is Data! YAML Specs: yaml-spec/ . YAML 1.2 …

  3. 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.

  4. 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.

  5. 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.

  6. 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.

  7. YAML Tutorial

    Prerequisites The pre-requisites of this tutorial include basic knowledge of HTML, XML and JSON. YAML was specifically created to work well for common use cases such as configuration files, log …

  8. 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 …

  9. 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 …

  10. Learn YAML in Y Minutes

    YAML is a data serialisation language designed to be directly writable and readable by humans. It's a strict superset of JSON, with the addition of syntactically significant newlines and indentation, like …