{
"rc": 0,
"full": 0,
"data": {
"s2n": [
"9:30,11464.39",
"9:31,22997.05",
]
}
}
转换为:
[
{
"time": "9:30",
"price": "11464.39"
},
{
"time": "9:31",
"price": "22997.05"
}
]
源文件链接: http://push2.eastmoney.com/api/qt/kamt.rtmin/get?fields1=f1&fields2=f51,f56
"rc": 0,
"full": 0,
"data": {
"s2n": [
"9:30,11464.39",
"9:31,22997.05",
]
}
}
转换为:
[
{
"time": "9:30",
"price": "11464.39"
},
{
"time": "9:31",
"price": "22997.05"
}
]
源文件链接: http://push2.eastmoney.com/api/qt/kamt.rtmin/get?fields1=f1&fields2=f51,f56