Hi,
Regarding JSON serializer, I see that FaunaDB.Client is using Newtonsoft.Json !!
Check out the System.Text.Json package, I highly recommend using it, it is Fast plus it's owned and maintained by Microsoft.
Starting ASP.NET Core 3.1, System.Text.Json is the default JSON Serializer, and Newtonsoft.Json will be removed starting .NET 5.
Hi,
Regarding JSON serializer, I see that
FaunaDB.Clientis usingNewtonsoft.Json!!Check out the
System.Text.Jsonpackage, I highly recommend using it, it is Fast plus it's owned and maintained by Microsoft.Starting ASP.NET Core 3.1,
System.Text.Jsonis the default JSON Serializer, andNewtonsoft.Jsonwill be removed starting .NET 5.