Get correct data from JsonObject..
This is how the jsonstring looks like:
[
{
"EditLink": "http:\/\/localhost:8080\/Service.svc\/A?format=json",
"Item": { "Value": "A" }
},
{
"EditLink": "http:\/\/localhost:8080\/Service.svc\/B?format=json",
"Item": { "Value": "B" }
},
{
"EditLink": "http:\/\/localhost:8080\/Service.svc\/C?format=json",
"Item": { "Value": "C" }
}
]
How is it possible to get the Values only?