Community

Globally Configuring Values For JSON Serializer In ASP.NET Core 3.1

(Shweta Lodha) This article will focus on how one can set certain constraints on the given data type for JSON serialization and that too at the application level, which means changes need to be done at a global level rather than doing for specific custom class or property.