Description
YAML 1.2 documents can be parsed and emitted in Windows-targeted C++ applications with yaml-cpp. Developers use it for configuration files, data import/export, and tools that need a native C++ YAML library.
It is a YAML library, not a configuration editor. Applications should validate untrusted YAML and avoid letting configuration files perform unsafe actions.