📜  python json加载单引号 - Javascript代码示例

📅  最后修改于: 2022-03-11 15:02:28.351000             🧑  作者: Mango

代码示例1
You must have double quotes for JSON, its JSON format.

IF python is making a dictionary with single quotes you will have to do the
replace "'" with '"' (replace single with double)