dotnet/WatsonTcp

Remove Newtonsoft.Json dependency

DoubleDBE opened this issue · 1 comments

Hi there,

Would it be possible to remove the dependency on Newtonsoft.Json?

The built-in JSON serializer of .NET has seen much improvement since .NET 6, which makes this dependency obselete.

Messages that internally get serialized in this library are simple enough to not depend on Newtonsoft's library it seems.

I'm happy to provide a PR if needed.

Seems like this is already done, lol. My bad!