Open
Description
I am developing a library that handles data that is exchanged in JSON format. It shall be designed to be easily usable with Django, but not require it.
jsonmodels seems like a good fit to start the modelling process. Has anyone thought about how to link it to Django ORM, as in, optionally persist data in real Django models?