Я изучаю C# и хочу использовать Riot API. Я просто хочу это получить: [code] { "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" },... [/code] I found this here: Deserialize JSON from Riot API C#