Community

JsonConverter Attribute in ASP.NET Core 3.0 Web API

(YasIkeda) ASP.NET Core 3.0 uses a built-in JSON converter from System.Text.Json so that JsonConverter attribute from Newtonsoft.Json does not work by default.