SyntaxFix
Write A Post
Hire A Developer
Questions
After use codevar json = @Html.Raw(Json.Encode(@Model.CollegeInformationlist));
var json = @Html.Raw(Json.Encode(@Model.CollegeInformationlist));
You need use JSON.parse(JSON.stringify(json));
JSON.parse(JSON.stringify(json))