vpenades / SharpGLTF

glTF reader and writer for .NET Standard
MIT License
478 stars 75 forks source link

System.Text.Json instead of Newtonsoft.Json #12

Closed vpenades closed 4 years ago

vpenades commented 5 years ago

Microsoft is in the process of delivering a new Json library called System.Text.Json

Given that currently, SharpGLTF only uses low level json parsing and writing, it might be worth to use System.Text.Json, which seems to be more lightweight that newtonsoft

vpenades commented 4 years ago

Completed in Alpha15.