React.NET icon indicating copy to clipboard operation
React.NET copied to clipboard

Replace Newtonsoft serializer dependencies with System.Text.Json.JsonSerializer

Open deep8317 opened this issue 2 years ago • 0 comments

As of .NET 5/6/7 System.Text.Json JsonSerializer has been improved a lot, and many of .NET projects have started using this serializer. Are there any plans to remove Newtonsoft dependencies from React.NET library or allow users to pick between two in Startup.cs?

deep8317 avatar Feb 28 '23 18:02 deep8317