When developing web services in C# on ASP.NET Core using REST you will often provide responses in JSON. The go-to framework to handle JSON in ASP.NET Core is Newtonsoft and there are a number of different ways you can handle default values and null values in your responses depending on...