py-flask-jsontools
py-flask-jsontools copied to clipboard
JSON API tools for Flask
Results
2
py-flask-jsontools issues
Sort by
recently updated
recently updated
newest added
Flask 2.0 removed the with_metaclass from flasks.views. Replaced with the import from six.
Hi, I had to change the code a bit in the README to get this to work in Python 3.5. Also, I had to specify: `app.json_encoder = ApiJSONEncoder` Let me...