Quantcast
Channel: Windows Presentation Foundation (WPF) forum
Viewing all articles
Browse latest Browse all 18858

JSON parsing

$
0
0

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


Viewing all articles
Browse latest Browse all 18858

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>