intuit / QuickBooks-V3-DotNET-SDK

.Net SDK for QuickBooks REST API v3 services
Apache License 2.0
107 stars 140 forks source link

System.Text.Json #256

Open r-work opened 2 years ago

r-work commented 2 years ago

Now that dotnet comes with json support, can we have Newtonsoft.Json replaced with System.Text.Json? The library is really bloated with bunch of dependencies as it is.

image