BlackEdder / painlessjson

D library for converting any custom types to and from JSON the painless way.
Boost Software License 1.0
24 stars 3 forks source link

Added support for custom constructors #20

Closed Zalastax closed 9 years ago

Zalastax commented 9 years ago

This adds support for finding and using a custom constructor when the default is disabled. I want to improve this in the future by having options for emitting errors when a json field is not used etc.