A 10 minute read covering some YAML edge-cases that you should have in mind when writing complex YAML files

  • @rottingleaf
    link
    23 days ago

    If you keep it simple, then probably JSON is easier. In other cases too.

    • @[email protected]
      link
      fedilink
      12 days ago

      JSON is not easier for most strings. Anything multiline for example.

      But yaml is a superset of JSON so you literally can use JSON and it’s still valid YAML.