C# Yaml Processing
Hi, I am using the C# Yaml Parser mentioned on Code Project Site If my Yaml looks like the following - id: tagid tag: - name: tagname value: tagvalue After it has been successfully parsed, how do I access the Data Items so that I can do some further processing. For example if I need to get the value of "name" what code woul...