报错场景:
将字典导出为json保存。
报错原因:
字典的value中存在numpy格式的数据。比如:
image.png
解决方案
TypeError: Object of type 'int64' is not JSON serializable (或者float32)_Zhou_yongzhe的博客-CSDN博客
解决Python TypeError: Object of type int64 is not JSON serializable_我是一只程序⚪的博客-CSDN博客