In viewmodel object, below is the property:
public IList CollegeInformationlist { get; set; }
In VIEW, javas
Pass the object from controller to view, convert it to markup without encoding, and parse it to json.
@model IEnumerable @section Scripts{ }