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?
As of .NET 5/6/7 System.Text.Json
JsonSerializerhas 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?