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

Fixes data initialization when multiple types given to ListField/EmbeddedField #129

Open GusBricker opened 5 years ago

GusBricker commented 5 years ago

This works to find the most suitable type by checking for the most matching values keys in the available types.