Description
Perl applications can read and write YAML data for configuration, serialization, and data exchange. This is useful when humans need editable structured files without the strictness of JSON syntax.
It is a developer library. YAML from untrusted sources should be parsed carefully because complex features can surprise applications or create unsafe object-loading behavior.