Is there a way to alphabetically sort this list of objects by name using TypeScript?
"[{name:"Prasanna",age:"22",sex:"Male",Designation:"System Engineer",Location:"Chennai"}, {name:"Nithya",age:"21",sex:"Female",Designation:"System Engineer",Location:"Chennai"}, {name:"Rajesh",age:"24",sex:"Male",Designation:"Senior System Engineer",Location:"Mysore"}, {name:"Priya",age:"20",sex:"Female",Designation:"System Engineer",Location:"Bangalore"}, {name:"Raja Raghul",age:"21",sex:"Male",Designation:"System Engineer",Location:"Hydrabad"}]
"