Sorting JSON array by date

@thotlamahesh_kumar

please try this

jarr_events.OrderBy(function(x) DateTime.ParseExact(x("loggedDate").ToString,"yyyy-MM-dd HH:mm:ss.fff",System.Globalization.CultureInfo.InvariantCulture)).FirstOrDefault().ToObject(Of JObject)

cheers