2022-01-28 13:38:02 +01:00
|
|
|
YAML::PP is a modular YAML processor for YAML 1.2.
|
2018-03-28 15:09:43 +02:00
|
|
|
|
2022-01-28 13:38:02 +01:00
|
|
|
Additionally to loading and dumping it provides a parser and emitter. The
|
|
|
|
parsing events are compatible to the YAML Test Suite and other libraries like
|
|
|
|
libyaml.
|
2018-03-28 15:09:43 +02:00
|
|
|
|
2022-01-28 13:38:02 +01:00
|
|
|
Loading and Dumping can be customized.
|
2018-03-28 15:09:43 +02:00
|
|
|
|
2022-01-28 13:38:02 +01:00
|
|
|
It supports the YAML 1.2 Failsafe, JSON and Core Schemas.
|