How to get access the last item of a JSON array using Newtonsoft.Json SelectToken method
Is there a way to get the last item of a JSON array using a JSON query only (in this case Newtonsoft.Json SelectToken method)? I can not use the Last method from Newtonsoft.Json, as I get the query from a…