System.MissingMethodException: Error while deserialization of json array
问题 I am getting error while deserializing jsonString. Error is Type 'oodleListingsUser' is not supported for deserialization of an array. My code of deserialization is string jsonString = new WebClient().DownloadString("http://api.oodle.com/api/v2/listings?key=TEST®ion=region_value&category=category_value&format=json"); JavaScriptSerializer ser = new JavaScriptSerializer(); jsonOodleApi p = ser.Deserialize<jsonOodleApi>(jsonString); My class defination of jsonOodleApi is public class