Does ASP.NET MVC's JsonResult use reflection to work out what Json to return ?
I'm asking the question because on the particular project I'm working on at the moment I've already run into problems with reflection. The hosting provider I'm having to use doesn't allow reflection and so I had to rewrite alot of code that was making use of AutoMapper which uses reflection.