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 #318

Open
roxk opened this issue Sep 22, 2023 · 1 comment
Open

Use System.Text.Json instead of Newtonsoft #318

roxk opened this issue Sep 22, 2023 · 1 comment

Comments

@roxk
Copy link

roxk commented Sep 22, 2023

.NET 8 will soon be released. System.Text.Json had gained most of the capability of Newtonsoft, and the ecosystem as a whole has embraced and migrated to STJ. Please consider using STJ instead of Newtonsoft so apps and libraries that use STJ doesn't get impedance mismatch with contentful's csharp SDK (e.g. when interfacing with JsonObject type, which is currently exposed as a newtonsoft type instead of STJ's type).

@Roblinde
Copy link
Collaborator

@roxk been considering this for some time. It will be quite a bit of work and might require some larger refactorings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants