Posts by Wesley Freitas • 13 points
1 post
-
1
votes2
answers433
viewsQ: Deserialize array in Json
I am accessing an API and the return is an array with latitude and longitude respectively. Unfortunately, I am not able to deserialize because it has no properties in Json. How can I get this in C#?…