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

[ENHANCEMENT] Consider moving from Newtonsoft to System.Text.Json #373

Open
nuttytree opened this issue Oct 2, 2024 · 1 comment
Open

Comments

@nuttytree
Copy link

Description

In general it seems most major libraries are moving way from Newtonsoft to System.Text.Json. It would be good to see this library do the same.

Benefits

System.Text.Json seems to be the future of JSON parsing in .NET and is faster than Newtonsoft.

Detail

No response

Examples

No response

Risks/Downsides

No response

@nuttytree
Copy link
Author

I did a little digging into this. For .NET 3.5/4.0 and .NET Standard 1.6 using System.Text.Json is not an option. However with a bit of conditional code it would be pretty easy and straightforward to switch .NET Standard 2.0 to System.Text.Json. Would you be open to me putting up a PR to make the change?

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

1 participant