Tuesday, 20 August 2013

Parsing JSON result from web link

Parsing JSON result from web link

I'm trying to string data from this JSON Link Click on Link to view
Using JSON.NET. Im able to Deserialize and string the entire thing. But
what I need is just values of below
"Warranty":[
{
"EndDate": "ValueIWant",
"ServiceLevelDescription": "ValueIWant"
},
There should be 4 warranty entries from which I need EndDate &
ServiceLevelDescription for all and list it in a Multi Line Text box.

No comments:

Post a Comment