我現在使用的是用於JSON的Newtonsoft.Json。也許有人知道我的這個json請求使用什麼類?如何爲JSON生成類c#
{
"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
}
http://json2csharp.com/ –