You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edward Cooke edited this page Dec 1, 2024
·
10 revisions
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.
YAML, which stands for "YAML Ain't Markup Language",
is described as "a human friendly data serialization standard for all programming languages".
Like XML, it allows to represent about any kind of data in a portable, platform-independent format.
Unlike XML, it is "human friendly", which means that it is easy for a human to read or produce a valid YAML document.
The YamlDotNet library
The library has now been successfully used in multiple projects and is considered fairly stable.
The software is released under the MIT License.
Before using this software, you should read the license, but basically,
you are allowed to use the code in any kind of project, commercial or not,
provided that you redistribute the license with the software.
If you use this software, I will apreciate if you let me know, but that
is not a requirement.
Documentation
The documentation is a work in progress. Here is what is currently covered: