【已解决】Python的Flask中自定义的枚举对象序列化为JSON时出错:TypeError is not JSON serializable
crifan 8年前 (2016-11-09) 3943浏览 1评论
代码: def jsonToStr(jsonDict, indent=2): return json.dumps(jsonDict, indent=2, ensure_ascii=False) 去把一个对象,其中属性中包含一个自定...
crifan 8年前 (2016-11-09) 3943浏览 1评论
代码: def jsonToStr(jsonDict, indent=2): return json.dumps(jsonDict, indent=2, ensure_ascii=False) 去把一个对象,其中属性中包含一个自定...