Anyone out there using YAML as a data DSL in .NET? I'd like to use YAML because it's more lightweight than XML. I intend to use this DSL as a "power user" configuration tool for one of my existing applications.
My concerns:
- How is the support for YAML using one of the .NET community libraries?
- Does YAML have staying power? Will it still be around 4 years from now? Or will we be talking about some other format? I know JSON and XML are going to be around for a while, but my users aren't going to want to write or maintain JSON or XML documents.