How to read the JSON values from the unstructured data in c#? – Asp.net
{ "id": "zd_tags", "value": [ "bp_ticket;pazure_server" ] }, { "id": "itd_priority_1", "value": 900 }, { "id": "impacted_services", "value": [ "Serverdown0208_2" ] }, I am unable to read and deserialize the JSON into my objects which throws the below error. "$.incidentTags[6].value":…