How to change the name of the field names in Json output I want the Class name cook and field "time1" to be something else please. I am using asp.net mvc controller class to return the json result.
public class Cook
{
public string time1;
public string time2;
public string time3;
}