Hi, This is json result which got from api, can anybody tell me how i deserialize it and bind to Listbox
{"api": "getplayerlist",
"status": "success",
"message": "Player Details",
"playerList": [{
"playerFirstname": "hiren",
"playerLastname": "raval",
"playerGender": "male",
"playerGameplaycount": "1",
"playerGamewinncount": "0",
"playerTournamentplaycount": "0",
"playerTournamentwincount": "0",
"playerProfileimage": "http:\/\/demo3.idhasofthealth.com\/playgameprize\/web\/images\/noimage.jpg"
}, {
"playerFirstname": "shrikant",
"playerLastname": "shukla",
"playerGender": "male",
"playerGameplaycount": "0",
"playerGamewinncount": "0",
"playerTournamentplaycount": "0",
"playerTournamentwincount": "0",
"playerProfileimage": "http:\/\/demo3.idhasofthealth.com\/playgameprize\/web\/images\/noimage.jpg"
}, {
"playerFirstname": "vikram",
"playerLastname": "pawar",
"playerGender": "male",
"playerGameplaycount": "1",
"playerGamewinncount": "0",
"playerTournamentplaycount": "0",
"playerTournamentwincount": "0",
"playerProfileimage": "http:\/\/demo3.idhasofthealth.com\/playgameprize\/web\/images\/noimage.jpg"
}]
}
Shivendra Bokade