Turning off camelCasing, PascalCasing in JSON response from ASP.NET Core 3.1 API
In ASP.NET Core 3.1 api the default json response formatting is camelCase. When you have…
Read More