Deserialsie JsonConvert.DeserializeObject array but can have one object
I have am consuming some survey data via JSON from an API for my .Net app. I have created a class from the JSON file in my .net app. The JSON has a node called Response[] which is an array…