【发布时间】:2017-05-05 11:00:10
【问题描述】:
我有以下嵌套字典:
{
"category": "string",
"top_bottom": {
"count": 0,
"data": [
{
"store_name": "string",
"store_id": "string",
"value": 0
}
],
"end_name": "string"
}
}
我想获取键 store_name 的值。我该怎么做?
【问题讨论】:
标签: python string dictionary itertools