Newtonsoft how to deserialize null to default value again after switching to .Net Core – Asp.net
We updated our Asp.Net application from .Net Framework 4.7.2 to .Net 5. Now we have problems with deserialization JSON in the controller methods. In old version we used Newtonsoft.Json. Former if we got a null for a property in JSON…