Open Alex-Dobrynin opened 3 years ago
I would also love to change json serializer, for example for this https://github.com/neuecc/MessagePack-CSharp
GitHubExtremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#] - 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?
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