YAML2
YAML2 copied to clipboard
Review saneyaml and similar
Several wrapper libraries exist such as my https://github.com/nexB/saneyaml/ to ensure that YAML is usable safely and sanely as a readable data language for configuration files (e.g. instead of .ini/.toml) This is a rather common use case for YAML and IMHO its best use case. A version 2 should IMHO make this use case prominent
See also #8 as strictyaml is conceptually exactly in the same realm.