NetCoreForce icon indicating copy to clipboard operation
NetCoreForce copied to clipboard

Migrate from Newtonsoft.Json to System.Text.Json

Open anthonyreilly opened this issue 3 years ago • 4 comments

Newtonsoft.Json is effectively a legacy library, now that .NET has updated it's native JSON support, migration for performance and support reasons would probably be a good idea.

https://docs.microsoft.com/en-us/dotnet/standard/serialization/system-text-json-migrate-from-newtonsoft-how-to?pivots=dotnet-core-3-1

anthonyreilly avatar Feb 11 '21 22:02 anthonyreilly

Currently no direct replacement for DefaultContractResolver, may need custom implementation https://github.com/dotnet/runtime/issues/31257

anthonyreilly avatar Feb 12 '21 16:02 anthonyreilly