I have a controller action that effectively simply returns a JsonResult of my model. So, in my method I have something like the following:
return new JsonRes
Override the controllers Json/JsonResult to return JSON.Net:
This works a treat