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

Open
YVbakker opened this issue Sep 3, 2024 · 4 comments · May be fixed by #23
Open

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

YVbakker opened this issue Sep 3, 2024 · 4 comments · May be fixed by #23

Comments

@YVbakker
Copy link

YVbakker commented Sep 3, 2024

System.Text.Json has been steadily replacing Newtonsoft.Json. It's more performant, simpler to use and an official microsoft package: any reason not to switch?

@eNeRGy164
Copy link
Member

AFAIK, all the (de)serialization of types is not pluggable in System.Text.Json.

@YVbakker
Copy link
Author

YVbakker commented Sep 4, 2024

what do you mean by pluggable serialization?

@eNeRGy164
Copy link
Member

Will have to fix some regressions (#22)

@eNeRGy164 eNeRGy164 linked a pull request Sep 16, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants