So let's say for arguments sake, I had a json api with a list of version numbers, how would I get the data from just the latest version (for example 0.1.13, but all versions are listed).
I know you'd do [0] for the first. But is there a way of grabbing the last?