JavaScriptSerializer s = new JavaScriptSerializer ();
String jsontexts = "{\" count\ ": \" 5550\ ", \" status\ ": \" 200\ ", \" message\ ": \" Success\ ", \" Show_data\ ": [{\" productsid\ " : \ "10025\", \ "productname\": \ "pink Polka dot skirt lace hat bear 00190009\", \ "discountprice\": \ "98.00\", \ "defaultprice\": \ "null\", \ " Frontimg_160_160\ ": \" http://img.chaotianmen.com/upload/productimg/20140310/1403101454563877026_160_160.jpg\ ", \ "frontimg\": \ "http://img.chaotianmen.com/upload/productimg/20140310/1403101454563877026.jpg\", \ "totalSales\": \ "1\", \ "shopname\": \ "Radiant boutique children's toys shop \"},{\ "productsid\": \ "10026\", \ "productname\": \ "pink Polka dot skirt lace hat bear 00190009\", \ " Discountprice\ ": \" 98.00\ ", \" defaultprice\ ": \" null\ ", \" frontimg_160_160\ ": \" http://img.chaotianmen.com/upload/ Productimg/20140310/1403101454563877026_160_160.jpg\ ", \" frontimg\ ": \" http://img.chaotianmen.com/upload/ Productimg/20140310/1403101454563877026.jpg\ ", \" totalsales\ ": \" 1\ ", \" shopname\ ": \" Radiant Boutique children's toys Store \ "}]}";
dictionary<string, object> jsondata = (dictionary<string, object>) s.deserializeobject (jsonTexts);
C # JSON to dictionary dictionary