python-TypeError: Object of type 'Decimal' is not JSON serializable 報錯

在Django中我們取出的數據有時候是decimal類型的對象,無法使用json對其進行傳輸, 爲了將lat字段取出組合與其他數據組合成Json對象發送給前端,需要用如下方式進行提取: point[‘lat’] = record.lat.to_eng_string()
相關文章
相關標籤/搜索