function studSort(jsonobj) {
jsonobj.sort(function(a, b) {
return b.score - a.score
})
return a.class - b.class;
return JSON.stringify(jsonobj)
}