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