skip to Main Content

Converting JSON object to C# object

I have the following JSON object and I have been trying to convert it to a datatype, say MessageData in C#, but I keep getting this error: RuntimeBinderException: The best overloaded method match for 'Newtonsoft.Json.JsonConvert.DeserializeObject<InstgramApiPro.Models.Root>(string)' has some invalid arguments The…

VIEW QUESTION
Back To Top
Search