Support YAML based config files.
Logged In: YES user_id=163900
That is a phenominal idea! I was thinking the same thing myself. I'll do some analysis and see what I can do. Thanks!
Logged In: YES user_id=1264462
I know that someone at the Castle project www.castleproject.org is working on a YAML serializer already. Might help. ????
dru
I just did a little research on YAML and C#. I didn't find anything concrete. However, I do believe that I can cook up a simple parser suited for Nini without a lot of trouble. This is because Nini does not have support for multiple levels of data.
Here are some interesting links: * YAML spec: http://yaml.org/spec/current.html * Castle project: http://castleproject.org/index.php/Yaml * Getting started: http://www.yaml.org/start.html * C# parser?: http://jeffw.globaldial.com/wiki/index.php/Software
Logged In: YES user_id=1285362
JSON is something of a subset of YAML. There is a C# parser already available for it:
http://www.crockford.com/JSON/cs/
Log in to post a comment.
Logged In: YES
user_id=163900
That is a phenominal idea! I was thinking the same thing
myself. I'll do some analysis and see what I can do. Thanks!
Logged In: YES
user_id=1264462
I know that someone at the Castle project
www.castleproject.org is working on a YAML serializer
already. Might help. ????
dru
Logged In: YES
user_id=163900
I just did a little research on YAML and C#. I didn't find
anything concrete. However, I do believe that I can cook up
a simple parser suited for Nini without a lot of trouble.
This is because Nini does not have support for multiple
levels of data.
Here are some interesting links:
* YAML spec: http://yaml.org/spec/current.html
* Castle project: http://castleproject.org/index.php/Yaml
* Getting started: http://www.yaml.org/start.html
* C# parser?:
http://jeffw.globaldial.com/wiki/index.php/Software
Logged In: YES
user_id=1285362
JSON is something of a subset of YAML. There is a
C# parser already available for it:
http://www.crockford.com/JSON/cs/