typeerror object of type ‘decimal‘ is not json serializable jsonify

2023-05-19,,

当使用flask的jsonify返回json数据时,由于数据库有些字段类型使用decimal,而jsonify无法处理

解决方案

导入下面的包即可解决

pip install  simplejson

typeerror object of type ‘decimal‘ is not json serializable jsonify的相关教程结束。

《typeerror object of type ‘decimal‘ is not json serializable jsonify.doc》

下载本文的Word格式文档,以方便收藏与打印。