Tagged Questions
1
vote
1answer
902 views
C# Yaml Processing
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, ...