So sortieren Sie JSON -Objekte
json.sort(function(a, b){
return a.id - b.id;
});
Wrong Willet
json.sort(function(a, b){
return a.id - b.id;
});