Consuming json API in C# application – part 2
In previous post Consuming json API in C# application we created classes vor deserializing web api json data. By default created class properties are with same name as json elements. To deserialize JSON using different property names in C#, you have a few options: – You can use the JsonPropertyName attribute to specify the JSON… Read More »