Hello I am in desperate need of some help. I have a json file, with an array of json objects. I cannot figure out how to deserialize it into a list of this object.
Newtonsoft provide a way to do it.
CustomClass myClassWithCollection = JsonConvert.DeserializeObject(jsonString);