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

Using dataclasses as middle format? #144

Open beregond opened 3 years ago

beregond commented 3 years ago

Primarly jsonmodels was created before dataclasses era - so the question is - how could we use advantages of dataclasses for our own sake?