I\'m passing this ViewModel to my View:
public class DashboardViewModel { public List UserTasks {get; set;} public List
I normally use this to translate from MVC to javascript!
@Html.Raw(Json.Encode(item))