【发布时间】:2017-02-09 19:29:59
【问题描述】:
我如何解析这种类型的 json 数据,获取“结果”以获取单个值,如邮政编码、状态等
{
"row": [
{
"id": "5",
"name": "test",
"email": "test@test.com",
"street": "mystreet",
"city": "mycity",
"state": "mystate",
"zipcode": "123456",
"myimage": "image.gif"}
]
}
【问题讨论】:
标签: javascript json