Switch from Newtonsoft.Json to System.Text.Json
Closed this issue · 1 comments
Francessco121 commented
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.
Francessco121 commented
Done on v5-experimental