I need to create an winform application that has a functionality to read and parse the JSON file. Is there a way to do it? I found solution here -> http://stackoverflow.com/questions/3142495/deserialize-json-into-c-sharp-dynamic-object/3806407#3806407, but the problem is that I could not find the assembly of System.Web.Script.Serialization.
Please help me.
Thanks,
Jaypee
Sanjeeb LenkaPosted Aug 27, 2013, 5:11 AM
refer to this link:
http://stackoverflow.com/questions/7000811/cannot-find-javascriptserializer-in-net-4-0
jaypee bacolPosted Aug 27, 2013, 6:09 AM
I would like to parse the attached file with output below:
MainParent
I already tried to use the code found in -