Answers for "change the deserialized type to an array or a type that implements a collection interface"

0

Cannot deserialize the current JSON array (e.g. [1,2,3]) into type

var objResponse1 = 
    JsonConvert.DeserializeObject<List<RetrieveMultipleResponse>>(JsonStr);
Posted by: Guest on June-06-2020

Code answers related to "change the deserialized type to an array or a type that implements a collection interface"

Code answers related to "Javascript"

Browse Popular Code Answers by Language