Description
32-bit C++ applications can read and write YAML configuration or data files through a library based on the YAML 1.2 specification. This helps tools handle human-readable structured settings.
It is a parser/emitter library, not a configuration editor. Applications should validate untrusted YAML because structured input can be large, nested, or surprising.