anthonyreilly / NetCoreForce

Salesforce REST API toolkit for .NET Standard and .NET Core
MIT License
111 stars 63 forks source link

Use Utf8Json instead of Newtonsoft for improved performance? #20

Closed rimonhanna closed 3 years ago

rimonhanna commented 4 years ago

There is noticeable performance gains when switching to Utf8json, it would be great if you could that for NetCoreForce

https://michaelscodingspot.com/the-battle-of-c-to-json-serializers-in-net-core-3/