perlpunk / YAML-PP-p5

A YAML 1.2 processor in perl
https://metacpan.org/pod/YAML::PP
24 stars 8 forks source link

Implement emitting flow style collections #13

Closed perlpunk closed 4 years ago

perlpunk commented 5 years ago

Currently the emitter can only emit block style sequences and mappings, not flow style (except empty ones, e.g. [], {})

perlpunk commented 4 years ago

Added in 0.024