An open API service indexing awesome lists of open source software.

https://github.com/perlpunk/yaml-pp-p5

A YAML 1.2 processor in perl
https://github.com/perlpunk/yaml-pp-p5

parser perl5 yaml yaml-parser yaml-processor

Last synced: 29 days ago
JSON representation

A YAML 1.2 processor in perl

Awesome Lists containing this project

README

        

# Perl module YAML::PP

YAML::PP is a modular YAML processor for YAML 1.2.

Additionally to loading and dumping it provides a parser and emitter. The
parsing events are compatible to the [YAML Test
Suite](https://github.com/yaml/yaml-test-suite) and other libraries like
[libyaml](https://github.com/yaml/libyaml).

Loading and Dumping can be customized.

It supports the YAML 1.2 Failsafe, JSON and Core Schemas.

You can find the full documentation here: https://metacpan.org/release/YAML-PP