web-push-csharp
web-push-csharp copied to clipboard
Remove Newtonsoft.Json dependency
You are only using json serialization in the JwsSigner.cs class. Why not get rid of the heavy dependency Newtonsoft.Json and use the standard fast and simple JsonSerializer (Documentation)