An open API service indexing awesome lists of open source software.

https://github.com/gnu4cn/flasklearnings

materials for learning the flask framework
https://github.com/gnu4cn/flasklearnings

Last synced: 9 months ago
JSON representation

materials for learning the flask framework

Awesome Lists containing this project

README

          

# flaskLearnings

1、在使用 flask 的 jsonify 输出 JSON 数据时,会碰到无法对DECIMAL等数据进行序列化的问题,此时安装 simplejson 模块即可(pip install simplejson)。[http://stackoverflow.com/questions/1960516/python-json-serialize-a-decimal-object](http://stackoverflow.com/questions/1960516/python-json-serialize-a-decimal-object)