SharpYaml is a .NET library for YAML
Перейти к файлу
Antoine Aubry f4182bd8cd Make remaining tests pass using Deserializer.
Use TypeConvertert from SixPack instead of ObjectConverter.
2013-05-29 10:11:05 +01:00
Dependencies/xUnit Merge changes from master. 2013-05-29 00:08:08 +01:00
Dumper Update copyright notice. 2013-05-13 16:04:30 +01:00
YAMLLanguage Remove uncompilable, and unuseful, line. 2012-12-13 15:11:39 -08:00
YamlDotNet.Configuration Make remaining tests pass using Deserializer. 2013-05-29 10:11:05 +01:00
YamlDotNet.Converters Move types to their own files. 2013-05-26 00:31:51 +01:00
YamlDotNet.Core Move types to their own files. 2013-05-26 00:31:51 +01:00
YamlDotNet.RepresentationModel Make remaining tests pass using Deserializer. 2013-05-29 10:11:05 +01:00
YamlDotNet.Samples Ability to use standard .NET property naming conventions when deserializing (eg. part_no -> PartNo), and property aliases 2013-04-29 17:58:42 +10:00
YamlDotNet.UnitTests Make remaining tests pass using Deserializer. 2013-05-29 10:11:05 +01:00
YamlDotNetEditor Highlight tabs present in indentation. 2013-05-10 16:51:12 +01:00
doc/html Added: Version file. 2010-05-31 22:07:42 +00:00
support Add Serialize() method to YamlSerializer for backwards compatibility. 2012-12-10 16:28:12 +00:00
.gitignore Merge changes from master. 2013-05-29 00:08:08 +01:00
CommonAssemblyInfo.cs Update copyright notice. 2013-05-13 16:04:30 +01:00
LICENSE Continued refactoring YamlSerializer to decouple the various modes. 2012-02-07 00:43:02 +00:00
LICENSE-libyaml
README.md Add description to readme.md 2012-10-12 10:20:26 +01:00
VERSION Created version 1.1 2010-05-31 22:09:11 +00:00
YamlDotNet.Converters.nuspec Update package version. 2013-05-09 10:11:13 +01:00
YamlDotNet.Core.nuspec Implement more of the deserializer. 2013-05-13 16:04:28 +01:00
YamlDotNet.FxCop
YamlDotNet.RepresentationModel.nuspec Update package version. 2013-05-09 10:11:13 +01:00
YamlDotNet.build Update package version. 2013-05-09 10:11:13 +01:00
YamlDotNet.mono.sln Support backreferencing aliases in Deserializer. 2013-05-28 00:08:23 +01:00
YamlDotNet.shfbproj Added: NAnt build file that generates documentation, builds the project, packages everything and produces NuGet packages. 2011-04-06 17:56:17 +00:00
YamlDotNet.sln Highlight tabs present in indentation. 2013-05-10 16:51:12 +01:00
YamlDotNet.snk

README.md

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.

What is YAML?

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. Where to get it?

The most up-to-date version can always be found in the following NuGet packages: