Configurate
Configurate copied to clipboard
YAML Loader improvements
Rewrite the YAML loader to use SnakeYaml's lower-level API
Goals are to:
- [x] Be able to round-trip documents while preserving node and scalar style
- [x] Read and write comments to YAML documents
- [ ] Integrate Tag handling with Configurate's type serializer system
I am currently using your feature/yaml-improvements branch for my plugin and YAML is working great including comments.
@zml2008 any known information about this?