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
- Host: GitHub
- URL: https://github.com/perlpunk/yaml-pp-p5
- Owner: perlpunk
- Created: 2017-01-22T13:21:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-09T23:03:47.000Z (3 months ago)
- Last Synced: 2025-03-23T21:45:29.795Z (about 2 months ago)
- Topics: parser, perl5, yaml, yaml-parser, yaml-processor
- Language: Perl
- Homepage: https://metacpan.org/pod/YAML::PP
- Size: 1.63 MB
- Stars: 24
- Watchers: 3
- Forks: 8
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- Contributing: CONTRIBUTING.md
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