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.Json instead of Newtonsoft Json #9704

Closed
dkurepa opened this issue Jun 16, 2022 · 3 comments
Closed

Use System.Json instead of Newtonsoft Json #9704

dkurepa opened this issue Jun 16, 2022 · 3 comments
Assignees

Comments

@dkurepa
Copy link
Member

dkurepa commented Jun 16, 2022

Currently, we are using Newtonsoft Json in the Matrix of Truth project, we want to change that and switch to System.Json

@dkurepa dkurepa self-assigned this Jun 16, 2022
@dkurepa
Copy link
Member Author

dkurepa commented Jun 21, 2022

It looks like there is a feature that's currently missing in System.Text.Json (dotnet/runtime#63686) that we use in Newtonsoft: Custom ContractResolvers

@alexperovich
Copy link
Member

is there any actual reason to switch, other than "its not Json.NET"?

@dkurepa
Copy link
Member Author

dkurepa commented Jun 22, 2022

No, not really, it's mostly that

@dkurepa dkurepa closed this as completed Jun 29, 2022
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

No branches or pull requests

2 participants