www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - DData

reply "Saaa" <empty needmail.com> writes:
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.
Sep 09 2009
parent reply "Saaa" <empty needmail.com> writes:
How should I procede to get this functionallity into phobos? 
Sep 12 2009
parent Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
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
Sep 13 2009