Answers for "cannot deserialize the current json array (e.g. [1,2,3]) into type because the type requires a json object (e.g. {\"name\":\"value\"}) to deserialize correctly.\nto fix this error either change the json to a json object (e.g."

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 "cannot deserialize the current json array (e.g. [1,2,3]) into type because the type requires a json object (e.g. {\"name\":\"value\"}) to deserialize correctly.\nto fix this error either change the json to a json object (e.g."

Code answers related to "Javascript"

Browse Popular Code Answers by Language