GFlisch / Arc4u

Apache License 2.0
22 stars 17 forks source link

Remove all traces of Newtonsoft. #101

Closed vvdb-architecture closed 5 months ago

vvdb-architecture commented 7 months ago

This pull request removes Newtonsoft, and replaces it with System.Text.Json for JSON serialization..

Since Arc4u is also used in Blazor, it pays off to minimize dependencies. Today, clients have 2 dependencies on Newtonsoft: Arc4u and NSwag. After this PR, we have only one!