You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The best I can see is the
Parser
class which seems to be quite a low level iterator.The text was updated successfully, but these errors were encountered: