I am new to ASP.Net Web Api Core . I have been using ASP.Net MVC for the past few years, and I have always written ActionFilter and used JSON.Net for Serializing data in JSON . So I replaced Microsoft's JavaScript Serializer (which is slower than JSON.Net ) with JSON.Net (allegedly 400% faster).
How to do all this in ASP.Net Web Api Core ? Where to change the default formattor ?
Note. Please feel free to ask if you have any questions.
thanks
Super coder
source share