wtforms-json Adds smart json support for WTForms. Useful for when using WTForms with RESTful APIs.
wtforms-json Adds smart json support for WTForms. Useful for when using WTForms with RESTful APIs. WTForms-JSON is basically a WTForms extension for JSON data handling.
In order to use WTForms-JSON, you need to first initialize the extension. This monkey patches some classes and methods within WTForms and adds json handling support.
WTForm uses special flattened dict as a data parameter for forms. WTForms-JSON provides a method for converting JSON into this format.