0

当我得到 JSON 响应时,我得到这样的值

"objects": [
    {

        "created": "2012-11-01T10:25:25.019881",

        "district": {
            "created": "2012-10-31T05:48:36.883000",
            "description": "",
            "effective_from": "2012-10-31T05:48:36.882000",
            "effective_to": null,
            "id": 3,
            "modified": "2012-10-31T05:48:36.883000",

            "name": "bfdsfselt",
            "resource_uri": "",
            "slug": "fdfsf"
        },
        "effective_from": "2012-10-31T12:35:59.081232",
    }
]

我有显示寺庙价值的通用功能

for field in fields
    <td>obj[field] </td>

现在在我的地区字段中,它显示了地区的整个 json。有没有办法只显示名称。我已经在 unicode 中定义了它,但它没有出现在这里。

4

0 回答 0