Description
Perl applications can parse and emit YAML using a fast XS binding to libyaml. This is useful for configuration files, data exchange, and tools that need better performance than pure-Perl YAML handling.
It is a developer library. Avoid unsafe loading of untrusted YAML and validate expected keys before using parsed data to change behavior.