Id: {
editable: false,
nullable: true
},
CustomerID: {
editable: true,
type: Integer
},
CompanyName: {
editable: true,
type: String
},
ContactName: {
editable: true,
type: String
}
Hi, is there a way in javascript or jquery where I could convert this String into an Object?
Thanks.