{
"returnCode": "0",
"returnMessage": "Query Succeed",
"rowCount": "1",
"colCount": "11",
"requestParams": "Station_Name,Station_Id_C,Year,Mon,Day,Hour,PRE_1h,PRE_3h,PRE_6h,PRE_12h,PRE_24h",
"requestTime": "2017-04-26 01:34:14",
"responseTime": "2017-04-26 01:34:14",
"takeTime": "0.019",
"fieldNames": "站名 站号(字符) 年 月 日 时 过去1小时*** 过去3小时***",
"fieldUnits": "- - 年 月 日 时 秒 秒",
"DS": [
{
"Station_Name": "上海",
"Station_Id_C": "6300",
"Year": "2017",
"Mon": "4",
"Day": "25",
"Hour": "1",
"MMH_1h": "0",
"MMH_3h": "0"
},
{
"Station_Name": "苏州",
"Station_Id_C": "6300",
"Year": "2017",
"Mon": "4",
"Day": "25",
"Hour": "1",
"MMH_1h": "0",
"MMH_3h": "0"
},
]
}
java中怎样获取上面json字符串中的“DS”的数据?
求大神指点