IgnoreNullValues is obsolete. It has been replaced by `DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingDefault` for example. ``` var jsonSettings = new JsonSerializerOptions { IgnoreNullValues = true }; ```
IgnoreNullValues is obsolete.
It has been replaced by
DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingDefaultfor example.