Thread overview
DData
Sep 10, 2009
Saaa
Sep 12, 2009
Saaa
September 10, 2009
Yay for my first contribution :D

I have created a toArray template which can parse any-type-array-of-any -depth-string to the corresponding array.

http://www.dsource.org/projects/ddata/

Tell me what you think of it.
Learning (thanks .learn) about templates and string mixins (aka  D power!!)
is fun :)

Originally DData was supposed to be JSON for D, but I think this is better as you can pull the string from any container you want (xml json etc). Maybe I'll add more of the original idea later as most of the code is already working.


September 12, 2009
How should I procede to get this functionallity into phobos?


September 13, 2009
Saaa wrote:
> How should I procede to get this functionallity into phobos?
> 
> 

Nice job. You may want to add a bugzilla ticket marking it as an
improvement with an attachment.

Andrei