我正在尝试使用布尔格式的值之一将字典写入 json 文件。当我尝试运行我的代码时出现以下错误。
raise TypeError(f'Object of type {o. class . name } ' TypeError: object of type bool_ is not JSON serializable
为此,我目前正在使用 Python。
python json numpy python-3.x
json ×1
numpy ×1
python ×1
python-3.x ×1