C# JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array code example
Example: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type
var objResponse1 =
JsonConvert.DeserializeObject<List<RetrieveMultipleResponse>>(JsonStr);