On Sun, 30 May 2010 06:38:10 -0400, Robert <robert.mue...@robertmuench.de> wrote:

Hi, are there are any projectes / snippets / prototypes where someone tried to serializa D run-time data-structures (like an associative array) into a file?

--
Robert M. Münch
http://www.robertmuench.de


I've written a JSON serializer/de-serializer which uses compile time type reflection. Doesn't handle cycles or polymorphism yet, but I'd gladly share it if you (or others) are interested.

Reply via email to