Open kinosang opened 4 years ago
@JunaidAK System.Text.Json is faster and smaller than Newtonsoft.Json, and it's highly compatible to .net core. It also can reduce size of compiling outputs and the complexity.
Ok. Let me look into it as I have to update the nuget package too after this change.
@kinosang Is there something wrong with Newtonsoft.Json?