📅  最后修改于: 2022-03-11 15:02:28.351000             🧑  作者: Mango
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)