Code review: JSON unmarshaller

Adam D. Ruppe destructionator at gmail.com
Wed Oct 17 15:34:48 PDT 2012


On Wednesday, 17 October 2012 at 19:44:47 UTC, Tyler Jameson 
Little wrote:
> The main problem I'm having right now is that classes/structs 
> have to be static.

That seems weird, I've done something similar with non-static 
structs before.

Maybe it will help if you use __traits(getMember, obj, name) 
instead of mixin.


More information about the Digitalmars-d-learn mailing list