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

Please migrate Newtonsoft.Json to System.Text.Json, to reduce download szie #201

Open
keerthirajap opened this issue Dec 31, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@keerthirajap
Copy link

Hi Team,

Please remove dependence of Newtonsoft.Json, and migrate json processing to System.Text.Json. It will save few kb of download size and improve performance.

Microsoft recommends it.

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

@keerthirajap keerthirajap added the enhancement New feature or request label Dec 31, 2021
@SeppPenner
Copy link
Contributor

The problem is that System.Text.Json still is not equivalent to Newtonsoft.Json (and if you ask me has still childhood problems even with simple types...). Just my opinion, I'm not using System.Text.Json anywhere because of these issues.

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