TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Tommy
NA
134
26.7k
Deserialize JSON dynamic array
Jul 17 2016 8:22 PM
Hey guys,
I have JSON string:
{"results": {
"
0001
": [{
"type": "AA",
"Id": "420",
"service": false,
"description": "",
"imageUrl": "
http://www.somelink.com/file.jpg
",
"date": "1457608735000"
},
{
"type": "CC",
"Id": "114",
"service": true,
"description": "",
"imageUrl": "
http://www.somelink.com/file.jpg
",
"date": "1457611015000"
}]
}
}
In this example array
0001
will be dynamic id in numbers, it will be always random number. How can I deserialize this string into right order? I need to receive type, Id, service, description, imageUrl, date of the very last object (the one who's "type":"CC").
Please, somebody help. Thank you.
Reply
Answers (
10
)
retriving 3 columns data frm sql in 1 textbox
c sharp stimulsoft report