square / square-dotnet-sdk

.NET client library for the Square API
https://developer.squareup.com
Other
55 stars 30 forks source link

Migrate to System.Text.Json #104

Open sebastienlabine opened 1 year ago

sebastienlabine commented 1 year ago

Could it be possible to migrate from Newtonsoft.JSON to System.Text.JSON? It's a pain to parse webhook because we need to deserialize them with Newtonsoft.JSON.