79609838

Date: 2025-05-07 05:28:44
Score: 2.5
Natty:
Report link

In your controller action method, you can explicitly return a JsonResult() with custom settings:
return new JsonResult(obj, options);

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Vishnu Bhandarge