skip to Main Content

How deserialize json to object – SEO

I try work with third API: var json = new JsonMediaTypeFormatter(); var apiResponse = response.Content.ReadAsAsync<T>(new MediaTypeFormatter[] { json }).Result; return response as IList<T>; Type is Fixture: [Serializable] [XmlRoot("fixture")] public class Fixture { public int SportId { get; set; } public…

VIEW QUESTION
Back To Top
Search