我刚刚得到了我的 json 响应作为一个字符串。我的 json 在下面给出,
"code": 0,
"message": "success",
"students": {
"details":{
"hjeke": {
"id": "257633000000070001",
"name": "hjeke",
"percentage": 36,
"type": "Good",
},
"Second": {
"id": "257633000000073001",
"name": "Second",
"percentage": 4,
"type": "bad",
}
}
}
像hjeke和Second一样,有很多键值对,我如何使用Newtonsoft.json反序列化我的 json