I'm trying to create an array 0-28 because an API call I'm making gives me no information on what algorithm it's returning except its numerical identifier [0-28]. So I want to make a global list with all the algorithms in text, since that's easier to understand than an array position.
Essentially I'm trying to do something like:
$gv(algorithm[wget(url, json, ".array[length]"-1)])$
Which would output: ExampleAlgorithm