Best Method for reading a YAML response in .NET?

438 Views Asked by At

Weve recently been trying to work on an application that uses pandastream to encode our videos, we are sending the videos successfully, and the response that we get back is in YAML, however the only tool that we can find (YAML for .NET) is not parsing the file. Has anyone else ran into this, or have any insight on the best practice for parsing a YAML file in .NET?

2

There are 2 best solutions below

0
On BEST ANSWER

Just to update, i found a rather useful, but not too elegant as yet solution for my issue.

yamldotnet

0
On

Have you tried, http://www.codeplex.com/yaml?