Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
converting json data to datatable with only specific fields
Shruthi Motagi
8y
233
1
Reply
i have json data like this...Need to create data table only with selected fields....
[{"taskid":"12","description":{"leaddata":{"UserId":"","UserName":"8860300036","FirstName":"sushma test ","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":"
[email protected]
","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":"
[email protected]
","FacebookId":"","serviceType":"book now","altMobile":"0000000001","pincode":"546458464","preferredDate":"02\/18\/2016","preferredTime":"10:30:00 AM","serviceId":"BN1455377555265"}},"status":"Success","errormsg":"None"}]
How to do It
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
how to create checkbox column in a Datagrid using c#.NET
how to get datetime with milliseconds in c#?