django-formidable
django-formidable copied to clipboard
Store the JSON schema inside the formidable SQL definition
trafficstars
Through the API the input data are serialized into the final formidable object. When a formidable object is deserialized, the API re-generated again the json schema.
The main idea is to store the incoming JSON (after validation) in order to store it and render it when needed without using the deserialization though RestFramework Serializer.