NuGet / Insights

Gather insights about public NuGet.org package data
Apache License 2.0
25 stars 7 forks source link

Use System.Text.Json instead of Newtonsoft.Json #44

Closed joelverhagen closed 2 years ago

joelverhagen commented 2 years ago

Done. Only remaining place is PackageOwnersClient which needs streaming deserialization (IAsyncEnumerable) of top-level objects. System.Text.Json only supports top-level arrays per https://github.com/dotnet/runtime/issues/64182 and https://github.com/dotnet/runtime/issues/63795.