D-YAML
D-YAML copied to clipboard
Support for Comments
sorry if this is already solved, but cannot find any clue in the documentation, neither in the examples, neither in the source, that yaml-comments are supported.
Would love to use D-Yaml if comments could be supported. Want to format a yaml document and for that comments are essential.
Thanks!
When you say supported, do you mean comments should be allowed in documents? or that they should be exposed to code somehow?
just want that yaml-comments are somehow respected in the data structures, want to be able to read a yaml file with comments without just skipping the comments and also to write a yaml file with comments.
The Node requires a new comment field then.