【发布时间】:2017-06-17 09:47:17
【问题描述】:
我现在将 Newtonsoft.Json 用于 JSON。也许有人知道我应该为这个 json 请求使用什么类?
{
"status": 1,
"response": {
"AK-47 | Aquamarine Revenge (Battle-Scarred)": {
"price": 929,
"quantity": 46
},
"AK-47 | Aquamarine Revenge (Factory New)": {
"price": 2716,
"quantity": 100
},
"AK-47 | Aquamarine Revenge (Field-Tested)": {
"price": 1349,
"quantity": 345
},
"AK-47 | Aquamarine Revenge (Minimal Wear)": {
"price": 1919,
"quantity": 143
},
"AK-47 | Aquamarine Revenge (Well-Worn)": {
"price": 1135,
"quantity": 204
},
"AK-47 | Black Laminate (Factory New)": {
"price": 6999,
"quantity": 14
},
"AK-47 | Black Laminate (Field-Tested)": {
"price": 671,
"quantity": 83
}
},
"time": 1497616580
}
【问题讨论】: