I have tried some ways to get my product details from json array.can any one help me to do in c#, Just i have added my api response below. from that response i need to extract product details to list. thanks in advance.
API Response: { "Status": "success", "Result": [ { "order_id": "SG20011000007", "order_amount": "2970", "delivery_api_status": "Scheduled", "oid": "20011", "buyer": "guest", "shipping_address": "{"gt_data":"2970","grand1":"2970","firstname":"MANIMARAN S","lastname":null,"address1":"408868 Geylang","address2":"BBBB","zip":"408868","phone":"123","email":"svenkatesh.unipro@gmail.com","floor_no":"123","unit_no":"123","country":"Singapore","state":null,"cities":null,"short_country":"SG"}", "vat": null, "tax_method": "default", "vat_percent": "", "shipping": "0", "payment_type": "cash_on_delivery", "payment_status": "[{"admin":"","status":"paid"}]", "discount": null, "sale_datetime": "1613360073", "delivery_status": "[{"admin":"","status":"delivered","delivery_time":""}]", "created_datetime": "2021-02-15 09:04:33", "order_type": "shopping", "type": "delivery", "product_details": [ "{"8d7c30cf7b10b49f854c2a295a5c9413":{"id":"24465","qty":1,"option":"{\"color\":{\"title\":\"Color\",\"value\":null}}","price":1485,"name":"Headset","discount_type":"","after_coupon":0,"shipping":null,"tax":null,"image":"http:\/\/storesmartstore.com\/uni-inclusive\/uploads\/product_image\/product_24465_1_thumb.jpg","coupon":"","rowid":"8d7c30cf7b10b49f854c2a295a5c9413","subtotal":1485,"tax_percent":"0","tax_type":"percent","tax_method":"default"}}", "{"0608bbe8fc09e0880e7d866d513c7c53":{"id":"24466","qty":1,"option":"{\"color\":{\"title\":\"Color\",\"value\":null}}","price":1485,"name":"Mobile","discount_type":"","after_coupon":0,"shipping":null,"tax":null,"image":"http:\/\/storesmartstore.com\/uni-inclusive\/uploads\/product_image\/product_24466_1_thumb.jpg","coupon":"","rowid":"0608bbe8fc09e0880e7d866d513c7c53","subtotal":1485,"tax_percent":"0","tax_type":"percent","tax_method":"default"}}" ] } ] }