Top "Yamldotnet" questions

YamlDotNet is a .NET library for YAML

What does a single exclamation mark do in YAML?

I'm working with the YamlDotNet library and I'm getting this error when loading a YAML file: While parsing a tag, …

.net parsing tags yaml yamldotnet
How to parse a yaml string

I want to parse yaml in c# in such a way that I get a List of Hashtables. I'm using …

c# yaml yamldotnet
Deserializing YAML using YamlDotNet when the root node of each object is named using it's ID?

I'm using C# and I have a YAML file I want to deserialize. I've looked at using YamlDotNet, and it …

c# yaml yamldotnet
How to convert YAML to JSON?

I'm looking to convert between a YAML file, and JSON. This was really difficult to find any information on.

c# .net json yaml yamldotnet
Seeking guidance reading .yaml files with C#

Two months later: The YAML (Eve Online blueprint.yaml) file I tried to parse changed a huge deal which also …

c# .net yamldotnet
Generate Swagger YAML Open API Spec programmatically from WSDL/XML

I have a SOAP API already defined via WSDLs. Is there any tool that I can use to convert WSDL …

rest yaml swagger openapi yamldotnet
Build a Yaml document dynamically from c#

Is it possible to build a Yaml document dynamically from c# with Yaml.DotNet or another library? I understand how …

c# yaml yamldotnet