cloudconvert / cloudconvert-dotnet

CloudConvert .NET SDK
Other
20 stars 15 forks source link

Use System.Text.Json instead of Newtonsoft.Json #8

Open Ggeorgi98 opened 3 years ago

Ggeorgi98 commented 3 years ago

System.Text.Json has many performance improvements in comparison to Newtonsoft.Json and System.Text.Json will continue to be developed and improved by the Microsoft team. However, such migration will lead to problems for the projects that have already started using the SDK and especially its models because they will need to update their code as well and migrate to System.Text.Json. This issue is more like a suggestion if you aim for performance improvements.