Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.NET Core 3.0 アプリケーションでからNewtonsoft.Jsonに移行しています。System.Text.Json
Newtonsoft.Json
System.Text.Json
で構成System.Text.Jsonされた .NET Core 2.2 アプリと同じ動作を得るにはどうすればよいですか? ここで説明されているオプションを見つけることができます。Newtonsoft.JsonDefaultValueHandling = DefaultValueHandling.IgnoreDefaultValueHandling
DefaultValueHandling = DefaultValueHandling.Ignore
DefaultValueHandling