Skip to content
This repository was archived by the owner on Jul 24, 2021. It is now read-only.

jagregory/yayaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

  1. Download the source and build it
  2. Reference it
  3. Use as so:
var yaml = new Yaml();
var document = yaml.ParseFile("my file name.yaml");

About

YaYAML: Yet Another YAML .Net parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages