YamlTypeConverter.ConvertYamlMappingToHashtable method
Convert a YamlMappingNode to a dictionary. If ordered is true, returns an OrderedDictionary; otherwise a Dictionary<string,object?>.
public static object ConvertYamlMappingToHashtable(YamlMappingNode node, bool ordered = false)
See Also
- class YamlTypeConverter
- namespace Kestrun.Utilities.Yaml