我正在学习 C# 并想使用 Riot API。我只想收到:
{
"type":"champion",
"version":"6.1.1",
"data":{
"Thresh":{
"id":412,
"key":"Thresh",
"name":"Thresh",
"title":"the Chain Warden"
},
"Aatrox":{
"id":266,
"key":"Aatrox",
"name":"Aatrox",
"title":"the Darkin Blade"
},...
我在这里找到了这个:Deserialize JSON from Riot API C#
有人能帮我吗?我不知道该怎么做。
真诚的MasterR8
PS:我已经google了3个小时...