Is there an efficient way to retrieve the object from an array with the latest or largest value in the date property?
[
{
"Address": 25,
"AlertType": 1,
"Area": "North",
"Date": "2019-02-01T00:01:01.001Z",
"Value": -1
},
{
"Address": 26,
"AlertType": 1,
"Area": "West",
"Date": "2016-04-12T15:13:11.733Z",
"Value": -1
},
{
"Address": 25,
"AlertType": 1,
"Area": "North",
"Date": "2017-02-01T00:01:01.001Z",
"Value": -1
}
.
.
.
]