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
Ramesh M
1.7k
34
20.3k
JSON data Deserilalize in c# behind coding
Oct 7 2016 9:18 AM
JSON DATA
===========
{
"responseCode": 200,
"version": "131.11",
"results": [{
"type": "LOCALITY",
"addr": "Kodambakkam, Chennai, Tamil Nadu",
"x": 80.21825,
"y": 13.054071,
"place_id": "IVCVHD"
}, {
"type": "VILLAGE",
"addr": "Kodambakkam, Arakonam, Vellore District, Tamil Nadu",
"place_id": "8VEC30"
}, {
"type": "STREET",
"addr": "Kodambakkam Sriperumbudur Road, Sirukalathur, Chennai, Tamil Nadu",
"place_id": "6E7T9G"
}, {
"type": "STREET",
"addr": "Kodambakkam Sriperumbudur Road, Katrambakkam, Chennai, Tamil Nadu",
"place_id": "QNM7UF"
}, {
"type": "STREET",
"addr": "Kodambakkam Sriperumbudur Road, Thandalam Near Katrambakkam, Chennai, Tamil Nadu",
"place_id": "IZKOAD"
}]
}
I WANT OUT PUT
==============
addr
place_id
Kodambakkam, Chennai, Tamil Nadu
IVCVHD
Kodambakkam, Arakonam, Vellore District, Tamil Nad
8VEC30
Please any one help me
Reply
Answers (
3
)
Unable to report viewer
Convertion of access database to sql using coding