How to return JSON result in Camel-case format from a ASP.NET MVC Controller?
I’m working on a AngularJS application where this client application is a part of ASP.NET MVC application. So, the angularjs web app talks to the controller which is already there...
