Use System.Text.Json
instead of Newtonsoft.Json
for JSON (de)serialization
#484
Labels
Milestone
System.Text.Json
instead of Newtonsoft.Json
for JSON (de)serialization
#484
Is your feature request related to a problem? Please describe.
We still use the separate package
Newtonsoft.Json
for JSON (de)serialization.System.Text.Json
is by-default present in the .NET environment.Describe the solution you'd like
We should consider switching to the Microsoft-package
System.Text.Json
as default.Additional context
Discussed in arcus-azure/arcus#171
The text was updated successfully, but these errors were encountered: