6
Answers

How can i read the json file in C#?

Francisco Leal

Francisco Leal

10y
1.4k
1
I want to retrieve the Id, profileIconId etc.. in variables or in one array.
Here is the json: 

{"kiko298": { "id": 23076700, "name": "kiko298", "profileIconId": 748, "revisionDate": 1419104454000, "summonerLevel": 30 }}

Answers (6)