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

jagregory/yayaml

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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