tenzir / public-roadmap

The public roadmap of Tenzir
https://docs.tenzir.com/roadmap
4 stars 0 forks source link

YAML Format #85

Closed dominiklohmann closed 8 months ago

dominiklohmann commented 10 months ago

YAML is a very common format for structured data. Tenzir already supports reading and writing YAML 1.2 for its configuration files, so plugging that into a parser and printer plugin is a low-hanging fruit.

### Definition of Done
- [x] Implement the parser
- [x] Implement the printer