About 21,200,000 results
Open links in new tab
  1. What is the difference between '>-' and '|-' in yaml?

    May 2, 2022 · This link has a good explanation and pretty examples, yaml-multiline.info. In summary, -means removing newlines at the end of the block, regardless of how many …

  2. What Is YAML? - IBM

    “YAML” is an acronym which stands for "YAML Ain't Markup Language" or "Yet Another Markup Language." The former is meant to underscore that the language is intended for data rather …

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

    Sep 6, 2016 · YAML makes wrong things look 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 …

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

    YAML is currently being used more for offline data processes. For example, it is included by default in the C-based OpenCV computer vision package, whereas JSON is not. You will find …

  5. YAMLとは何か - IBM

    YAMLはUnicode文字をサポートしているので、各種の言語や文字セットの幅広い文字や記号を表現することができます。YAMLが有効であれば、構文エラーのない仕様になります。 YAML …

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

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

    However, I would like to extend them and provide some context from the new official YAML v1.2.2 specification (released October 1st 2021) which is the "true source" to all things considering …

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

    Nov 20, 2009 · YAML: YAML is a superset of JSON, but easier to read (read & write, comparison of JSON and YAML) pickle: A Python serialization format (read & write) ⚠️ Using pickle with …

  9. YAML Multi-Line Arrays - Stack Overflow

    May 14, 2014 · In YAML, you can easily create multi-line strings. However, I would like the ability to create a multi-line array (mainly for readibility within config files) using the | character. A …

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

    Jan 15, 2019 · 2) You seem to be under the illusion that literal block style scalars are interpreted by YAML. There is nothing in the specification even hinting at that (what your program does is …

Refresh