I'm trying to get values for the "response" object from the JSON below.
I have a problem because I don't know how to get the data from JSON. I'm new in this.
{
"error": false,
"response": {
"id": 6818,
"name": "Krashnz",
"avatar": "https:\/\/static.truckersmp.com\/avatarsN\/6818.1538179228.png",
"smallAvatar": "https:\/\/static.truckersmp.com\/avatarsN\/small\/6818.1538179228.png",
"joinDate": "2014-11-14 01:33:03",
"steamID64": 76561198046080290,
"steamID": "76561198046080290",
"groupName": "Developer",
"groupID": 2,
"banned": false,
"bannedUntil": null,
"displayBans": false,
"permissions": {
"isGameAdmin": true,
"showDetailedOnWebMaps": false
},
"vtc": {
"id": 1,
"name": "TruckersMP Developers",
"tag": "TMP-DEV",
"inVTC": true,
"memberID": 1579
}
}
}
How i can do it? Im working in C#