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 を逆シリアル化するにはどうすればよいですか