I am using enum for dayofweek. We go to asp builder and model page,to apply jsond property,default values,and jsonconverter. Here what do i apply for jsonconverter(typeof(..?))
But we are using string type in enum values we are used stringenumconverter. please reply.
public enum dayofweek{
sunday = 0,
monday = 1,
.
.
saturday = 6
}