DotRecast icon indicating copy to clipboard operation
DotRecast copied to clipboard

Replace Newtonsoft.Json for System.Text.Json (on dotnet 7+)

Open brmassa opened this issue 1 year ago • 2 comments

System.Text.Json is getting a lot of love lately and is far faster than Newtonsoft implementation. To preserve old frameworks, I suggest adding it conditionally.

brmassa avatar Sep 17 '24 02:09 brmassa