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

Automatic camelCase conversion #33

Closed BlackEdder closed 9 years ago

BlackEdder commented 9 years ago

D mainly uses camelCase in variable names, while in json under_score seems more common. Would be great if we could handle this gracefully (at least in fromJSON)