Open
Description
🔖 Feature description
Rewrite the library with System.Text.Json instead of using Newtonsoft.Json.
🎤 Pitch
Newtonsoft.Json is obsolete, and System.Text.Json is faster and is still supported for newer .NET versions. Newtonsoft.Json is only kept updated for .NET 4 and below. Most .NET projects use more recent versions of the runtime, and System.Text.Json is a better fit for these projects instead.
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct