-
-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
Description
I'm finding it really hard figuring out how to use this library to deserialize yaml, it would be really useful to have usage examples of deserializing yaml into an object.
I was hoping the API would be similar to Newtonsoft's JSON API, something like:
Yaml.Deserialise<MyType>(someYamlStream)The best I can see is the Parser class which seems to be quite a low level iterator.