Adds smart json support for WTForms. Useful for when using WTForms with RESTful APIs.
I'm getting the error "flatten_json() missing 1 required positional argument: 'json'" when using it with one json argument like in the docs: `flatten_json(json)` Edit: It looks like the documentation should be updated, since now the code reads: ``` def flatten_json( form, json, parent_key='', separator='-', skip_unknown_keys=True ): ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by ghost and has received 0 comments.