Posts by AGL • 1 point
2 posts
-
0
votes1
answer85
viewsA: ERROR DESERIALIZE JSON WITH C#
Hello, thank you all, I managed to resolve (help from another forum). Go to whoever you need: var JsonConvert = new JavaScriptSerializer(); List<Class1> categorias =…
-
-1
votes1
answer85
viewsQ: ERROR DESERIALIZE JSON WITH C#
I’m getting error System.Invalidoperationexception: 'The 'project.classeCategories' type is not supported for deserialization of an array.' by deserialize JSON below: See how I’m getting JSON in C#:…