YamlDotNet
YamlDotNet copied to clipboard
hypens and comments
The YAML I need to produce has a parameter that includes a hypen such as log-level: debug. How do I achieve this with C# class? Is that using JSON name attribute?
Also how can I inject comments for example # log-level configures the log level