About 17,600,000 results
Open links in new tab
  1. 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 …

  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 · There are 5 6 NINE (or 63*, depending how you count) different ways to write multi-line strings in YAML. TL;DR Use > if you want to break a string up for readability but for it to still be …

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

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

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

  8. Do I need quotes for strings in YAML? - Stack Overflow

    Oct 1, 2013 · I am trying to write a YAML dictionary for internationalisation of a Rails project. I am a little confused though, as in some files I see strings in double-quotes and in some without. A few points to

  9. How can I parse a YAML file in Python - Stack Overflow

    Nov 23, 2015 · The script can parse yaml from a file (function load), parse yaml from a string (function loads) and convert a dictionary into yaml (function dumps). It respects all variable types.

  10. yaml - Condition OR with variables in Azure Devops Pipeline - Stack ...

    As previously stated the or needs it to be an expression but if you want it a bit more readable and only have the evaluation of the expression once in your variables section you could do it like this: or (eq …