routes = routes.sort(function(obj1, obj2) { // Сортировка по возрастанию return obj1.route_name_.localeCompare(obj2.route_name_); });