Я пытаюсь проанализировать этот json и новое в json.
Ввод
data ={'11': {'Des Content': ['Update Version', '11: Date of User'],
'Date': ['920221207'],
'service': ['courier']}}
keys=["11","21","13"]
Вывод
{
"11:":{
"Describe" : "Date of User",
"Data" :{
"Date":["920221207"],
"service":["courier"]
}
}
Подробнее здесь: https://stackoverflow.com/questions/725 ... nside-list
Мобильная версия