This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 66a76c93aeb6fe08679876a8c77f828619f53b06
tree 85b2143a254fda25ba965db007ce06d5ace4c241
parent c12564192bb65a189dcc7c343da9d746f03d3f2d
tree 85b2143a254fda25ba965db007ce06d5ace4c241
parent c12564192bb65a189dcc7c343da9d746f03d3f2d
yayaml /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Oct 28 12:04:26 -0700 2008 | |
| |
LICENSE.txt | Tue Oct 28 15:00:56 -0700 2008 | |
| |
README.textile | Tue Oct 28 14:51:48 -0700 2008 | |
| |
RebuildParser/ | Wed Oct 29 17:10:22 -0700 2008 | |
| |
Tests/ | ||
| |
YaYAML.sln | Tue Oct 28 12:44:02 -0700 2008 | |
| |
YaYAML/ | ||
| |
libs/ | Tue Oct 28 12:04:26 -0700 2008 |
README.textile
YaYAML
Yet another YAML parser for .Net
What is YaYAML?
A YAML parser for .Net. It’s currently very under-featured, and is really just handles parsing of hashes and lists.
Why have you bothered with this?
I needed a simple file format for hash data, and I didn’t want to use XML. I could’ve implemented my own simple format, but I thought YAML would work nicely.
How do I use it?
- Download the source and build it
- Reference it
- Use as so:
var yaml = new Yaml();
var document = yaml.ParseFile("my file name.yaml");








