[
{
"taskid": "12",
"description": {
"leaddata": {
"UserId": "",
"UserName": "8860300036",
"FirstName": "riii ",
"LastName": "",
"DOB": "1983-06-08T00:00:00M000",
"MobileNumber": "8860300036",
"Language": "5",
"Gender": "200001",
"State": "40",
"PhotoPath": null,
"City": null,
"Address": "279\/28",
"District": "248",
"Email": "vishdav@gmail.com",
"FacebookId": "",
"serviceType": "book now",
"altMobile": "0000000001",
"pincode": "546458464",
"preferredDate": "02\/18\/2016",
"preferredTime": "10:30 PM",
"serviceId": "BN1455377555265"
}
},
"status": "Success",
"errormsg": "None"
},
{
"taskid": "13",
"description": {
"leaddata": {
"UserId": "",
"UserName": "8860300036",
"FirstName": "sushma test ",
"LastName": "Sushma",
"DOB": "1983-06-08T00:00:00M000",
"MobileNumber": "8860300036",
"Language": "5",
"Gender": "200001",
"State": "40",
"PhotoPath": null,
"City": null,
"Address": "279\/28",
"District": "248",
"Email": "vishuyadav@gmail.com",
"FacebookId": "",
"serviceType": "book now",
"altMobile": "0000000001",
"pincode": "546458464",
"preferredDate": "02\/18\/2016",
"preferredTime": "10:30:00 AM",
"serviceId": "BN1455377555265"
}
},
"status": "Success",
"errormsg": "None"
}
]
this is my json data i need to convert to datatable in C# with only selected coloumns of it. and i want to deserilaize so that i a can acces the indiviual values
example i may need emailid etc i should be able to do it ..how can i do it