In viewmodel object, below is the property:
public IList CollegeInformationlist { get; set; }
In VIEW, javas
In ASP.NET Core the IJsonHelper.Serialize() returns IHtmlContent so you don't need to wrap it with a call to Html.Raw().
IHtmlContent
Html.Raw()
It should be as simple as: