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