我有一个字典,我想使用 simplejson 将其转换为 JSON。
如何确保我的 dict 的所有键都是小写的?
{
"DISTANCE": 17.059918745802999,
"name": "Foo Bar",
"Restaurant": {
"name": "Foo Bar",
"full_address": {
"country": "France",
"street": "Foo Bar",
"zip_code": "68190",
"city": "UNGERSHEIM"
},
"phone": "+33.389624300",
"longitude": "7.3064454",
"latitude": "47.8769091",
"id": "538"
},
"price": "",
"composition": "",
"profils": {},
"type_menu": "",
"ID": ""
},
编辑:谢谢大家看看我的问题,很抱歉我没有详细解释我为什么想要这个。这是为了修补JSONEmitter
.django-piston