【发布时间】:2016-06-01 03:31:48
【问题描述】:
我正在学习 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#
有人可以帮助我吗?我不知道该怎么办。
真诚的 大师R8
PS:我已经用 Google 搜索了 3 个小时...
【问题讨论】:
-
我试图打开一个流并等待响应。但我不知道我在做什么......我想问题是,我不知道我必须用谷歌搜索什么关键字才能找到解决方案。
标签: c# api riot-games-api riot