alexalok/dotAPNS

Remove Newtonsoft.Json and use System.Text.Json

penguinawesome opened this issue · 1 comments

We have observed that this library still depending on Newtonsoft.Json. Newtonsoft is very slow. I hope you could replace it with System.Text.json already since this is faster and the default json serializer already for .net.

Sorry, this is not a high priority on my list. Perhaps someone could make a PR? I'll gladly review and merge.