Remove Newtonsoft.Json dependency
DoubleDBE opened this issue · 1 comments
DoubleDBE commented
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.
DoubleDBE commented
Seems like this is already done, lol. My bad!