1 write to _customSerializerSettings
BasicWebSite (1)
Controllers\JsonResultWithSystemTextJsonController.cs (1)
15_customSerializerSettings = new JsonSerializerOptions();
1 reference to _customSerializerSettings
BasicWebSite (1)
Controllers\JsonResultWithSystemTextJsonController.cs (1)
32return new JsonResult(new { Message = "hello" }, _customSerializerSettings);