I am new to windows phone 8 development. I am working on application in which I need parse the Json. so I am not able to get the following data in windows phone 8.
var result= JObject.Parse(response)["response"]["ScoreDetail"]; foreach (var item in result) { // Code to store the result }