digitalmars.D.announce - DData
- Saaa (11/11) Sep 09 2009 Yay for my first contribution :D
- Saaa (1/1) Sep 12 2009 How should I procede to get this functionallity into phobos?
- Andrei Alexandrescu (4/7) Sep 13 2009 Nice job. You may want to add a bugzilla ticket marking it as an
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
How should I procede to get this functionallity into phobos?
Sep 12 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
Sep 13 2009