Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Ggeorgi98 opened this issue Sep 3, 2021 · 0 comments
Open

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

Ggeorgi98 opened this issue Sep 3, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Ggeorgi98
Copy link

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.

@josiasmontag josiasmontag added the enhancement New feature or request label Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants