Unable to Deserialize a specific Json in C# desktop application
I'm trying to deserialize following Json. I am getting this Json from a server and have to use it on a desktop application { "panicForms": [{ "name": "Name", "description": "Description", "title": "Title", "Image": "", "keyboardShortcut": "", "instructions": "Instructions", "submitButtonText": "",…