I was tried to deserialise this json string to c# objects but i was not succeeded.can anone one help me out how can i acheive this.
{
products_info: [10]
0: {
product_id: "20"
product_name: "Crocin"
medical_name: "Crocin"
slot_no: "1"
num_of_units: "10"
price: "16"
expiry_date: "2016-01-15"
product_image: "http://xyz/prdct_imgs/eno.png"
}-
..................
9: {
product_id: "29"
product_name: "Stayfree"
medical_name: "Stayfree"
slot_no: "11"
num_of_units: "10"
price: "30"
expiry_date: "2016-09-02"
product_image: "http://xyz/prdct_imgs/eno.png"
}-
-
response: "1"
}