About 65 results
Open links in new tab
  1. What is YAML? - IBM

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

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

  3. ¿Qué es YAML? - IBM

    YAML es un lenguaje de serialización de datos versátil y legible que se usa habitualmente para escribir archivos de configuración.

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

  5. ¿Qué es YAML? - IBM

    YAML es un lenguaje versátil y legible por humanos para serializar datos, que se utiliza a menudo para escribir archivos de configuración.

  6. O que é YAML? - IBM

    YAML é uma linguagem de serialização de dados versátil e legível por humanos, comumente utilizada para criar arquivos de configuração.

  7. YAMLとは - IBM

    YAMLとは「YAML Ain’t Markup Language(YAMLはマークアップ言語ではない)」、あるいは「Yet Another Markup Language(もうひとつのマークアップ言語)」の略語です。前者は、この言語が …

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

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

    How to pass a variable into a YAML template parameter and use it in a condition Asked 1 year, 2 months ago Modified 1 year, 2 months ago Viewed 3k times

  10. What is the difference between YAML and JSON? [closed]

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