Francessco121/Discore

Switch from Newtonsoft.Json to System.Text.Json

Closed this issue · 1 comments

System.Text.Json provides a less mature but much faster JSON (de)serializer. It's also a first-party .NET library.

This requires Discore to target at least .NET Standard 2.0.

Done on v5-experimental