django-formidable icon indicating copy to clipboard operation
django-formidable copied to clipboard

Store the JSON schema inside the formidable SQL definition

Open moumoutte opened this issue 9 years ago • 0 comments
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.

moumoutte avatar Nov 08 '16 15:11 moumoutte