jsonify和json的区别

使用 jsonify 时,返回的 http responseContent-Type 是:Content-Type: application/json

使用json.dumps时,Content-Type则是:Content-Type: text/html; charset=utf-8

其他基本一样

原文地址:https://www.cnblogs.com/ojbk6943/p/14616353.html