Описание тега yamldotnet
YamlDotNet is a .NET library for YAML
YamlDotNet provides low level parsing and emitting of YAML as well as a high level object model similar to XmlDocument. A serialization library is also included that allows to read and write objects from and to YAML streams.
The most up-to-date version can always be found right from Visual studio by installing following NuGet
package - YamlDotNet.
PM> Install-Package YamlDotNet
Documentation can be found on the official page.