About 64 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 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. 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, …

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

  5. 什么是 YAML? - IBM

    什么是 YAML? YAML 是一种通用的、人类可读的数据序列化语言,通常用于编写配置文件。 YAML 提供了一种标准化格式,以人类易于理解、机器可解读的方式表示结构化数据。 “YAML”是首字母缩略 …

  6. Was ist YAML? - IBM

    YAML ist eine vielseitige, von Menschen lesbare Daten-Serialisierungssprache, die häufig zum Verfassen von Konfigurationsdateien verwendet wird.

  7. YAMLとは - IBM

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

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

  9. 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 11 months ago Modified 11 months ago Viewed 3k times

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