Introduction
You can Make a choise that which JsonProvider you'd like to use in your current MVC Action.
Details
The NewtonsoftJson is added to these choise now.
public enum JsonProvider
{
Microsoft,
Newtonsoft
}
You can find the functions in ControllerEx.Json and see extended methods.