Converting an ASP.NET core 2.1 web app to 3.1 and found out a few endpoints broken because the new Json serializer works differently than Json.NET which is default in core 2.1.
I don't want to fix all my model class and want to set Json.NET as the default serializer..how do I do that?