jazzband / jsonmodels

jsonmodels is library to make it easier for you to deal with structures that are converted to, or read from JSON.
http://jsonmodels.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
334 stars 51 forks source link

Add support for dash names #94

Closed beregond closed 6 years ago

beregond commented 6 years ago

Fields should have 'name' parameter, that defines key in produced/read JSON. This would allow for:

beregond commented 6 years ago

Done in version 2.3 due to name param for fields.