About 18,900,000 results
Open links in new tab
  1. What is YAML? - IBM

    YAML is a versatile, human-readable data serialization language commonly used for writing configuration files.

  2. What is the << (double left arrow) syntax in YAML called, and where's ...

    However, I am confused about where this syntax comes from or why it works. CTRL + F ing the YAML specification for << reveals that it doesn't appear anywhere in the specification. Yet it's supported by, …

  3. How do I break a string in YAML over multiple lines?

    Sep 6, 2016 · YAML makes wrong things right - for example, an innocuous colon within one string in a string array makes YAML interpret it as an array of objects. It violates the principle of least …

  4. What is the difference between '>-' and '|-' in yaml?

    May 2, 2022 · Newlines in folded block scalars (>) are subject to line folding, newlines in literal block scalars (|) are not. Line folding replaces a single newline between non-empty lines with a space, and …

  5. why --- (3 dashes/hyphen) in yaml file? - Stack Overflow

    So I just started using YAML file instead of application.properties as it is more readable. I see in YAML files they start with ---. I googled and found the below explanation. YAML uses three das...

  6. What is the difference between YAML and JSON? - Stack Overflow

    What are the differences between YAML and JSON, specifically considering the following things? Performance (encode/decode time) Memory consumption Expression clarity Library availability, ease …

  7. How to pass a variable into a YAML template parameter and use it in a ...

    Feb 15, 2025 · How to pass a variable into a YAML template parameter and use it in a condition Asked 9 months ago Modified 9 months ago Viewed 2k times

  8. If condition possible in yaml file? - Stack Overflow

    Jan 15, 2019 · I need to add one more name based on if condition. If If variable value from another .yml file is "yes" then add a new name in the list I've the following code in my yaml file: JsNames: - name: '

  9. What is the difference between .yaml and .yml extension?

    I saw there are someone using .yaml extension, however, Symfony2 use .yml extension. YAML is a human-readable data serialization format that takes concepts from programming languages such as …

  10. What is the canonical YAML naming style - Stack Overflow

    For example, in my current project the YAML file contains default values for Python attributes. Since the names used in YAML appear in the associated Python API, it is clear that on this particular project, …