YAML
YAML... Yet another markup language. YAML Ain't a Markup Language!
Explicit Mappings¶
Mappings in YAML can be defiend either as implicit, such as:
Or using the explicit notation:
Why ever use the explicit notation? Well, you can use any kind of yaml structure as the key:
Note that this requires a parser capable of loading YAML 1.2. As of 2023-12-20, the more popular yaml
and PyYaml
packages don't support this syntax.