Main Page
From yamldotnet
YamlDotNet - A .NET library for parsing and emitting YAML
YamlDotNet provides low level parsing and emitting of YAML as well as a high level object model similar to XmlDocument.
This is work in progress. Currently, it supports:
- Parsing streams and to loading them as YamlStream.
- Object serialization and deserialization.
- YAML-based configuration sections.
This project is based on a port of the LibYAML library.
