-
-
Notifications
You must be signed in to change notification settings - Fork 288
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
Add ability to choose json serializer #666
Comments
I would also love to change json serializer, for example for this https://github.com/neuecc/MessagePack-CSharp
|
Same here, the ability to drop Newtonsoft.Json by using an alternative serializer would be very much appreciated. |
What is the status of this feature? |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Due to better performance of System.Text.Json comparing to Newtonsoft.Json especially in .net5 it would be great to add possibility to user to inject desired serializer or to add some enum value for it.
Thanks
The text was updated successfully, but these errors were encountered: