Skip to content

Usage samples are lacking information #79

@csharpsi

Description

@csharpsi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions