i want to read out this json:
{ "name":"lexodexo",
"address":"lexodexo.de",
"port":"19132",
"month":"201602",
"voters": [
{ "nickname":"Henning",
"votes":"6"
},
{ "nickname":"maxinator ",
"votes":"5"
},
{ "nickname":"Blaubaer",
"votes":"5"
},
{ "nickname":"Troll_Cyborg",
"votes":"5"
},
{ "nickname":"OMG_ITS_INTOXx_",
"votes":"2" }
]
}
And at the end it should look like this: Henning: 6 maxinator: 5 Blaubaer: 5
How can i do this?