Click here to Skip to main content
15,867,835 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to parse JSON data?
i have following data:
C#
{
"Movies":[
{"Movie":
{"id":"102",
"name":"Bombay Talkies",
"image":"http:\/\/projects.com\/gettickets\/img\/uploads\/movie\/original\/1367224274168.jpg",
"type":"B",
"language":"Hindi",
"certificate":"U\/A",
"genre":"Drama",
"cast":"Rani Mukerji, Randeep Hooda, Saqib Saleem, Katrina Kaif, Sadashiv Amrapurkar, Nawazuddin Siddiqui, Ranvir Shorey, Naman Jain , Sudhir Pandey",
"director":"Anurag Kashyap, Karan Johar, Zoya Akhtar, Dibakar ",
"producer":"Zoya Akhtar",
"created":"2013-04-29"}}]}
Posted
Updated 12-Aug-13 3:10am
v3

1 solution

 
Share this answer
 
v4
Comments
BillWoodruff 12-Aug-13 10:52am    
A reply to your own question which contains only links to resources you have found may be valuable information for other people, but is not a "solution;" the right thing to do is to post this as a comment on your own original question.

Also, try checking out the resources here on CodeProject for JSON. Mehdi Gholam's fastJSON, and fastBinaryJSON are great articles/projects !
ridoy 12-Aug-13 12:24pm    
Thanks for your suggestion,edited.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900