I am learning C# and want to use the Riot API. I just want to receive that:
{
"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"
},...
I found this here: Deserialize JSON from Riot API C#
Can someone help me? I have no Idea what to do.
sincerly MasterR8
PS: I already googled 3 hours...