masesgroup/KEFCore

Remove dependency from Newtonsoft.Json

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.
The library is based on .NET 6 which has its own integrated JSON library that is enough for current scopes, the powerful external library Newtonsoft.Json can be removed.

Describe the solution you'd like
Remove dependency from Newtonsoft.Json and update code.

Describe alternatives you've considered
N/A

Additional context
N/A