Json_select without a key

On Mp3tag v3.33-beta.5 the results are now:

a,b,c,d     ##_ json_select_array "" -1 ","
a           ##_ json_select_array "" 1
4           ##_ json_foreach ""   ---> (also number of literals in array)

Thank You :love_you_gesture: very much @Florian.

Yes it does. And it's a godsend. :baby_angel:

I know this because I remember (vividly) the exact bug that eventually led to this addition. If you're interested you can read about it here

Before this we just had to mentally visualize (and believe) that the pointer would move where it was supposed to relative to its previous position during JSON data operations, which didn't always happened.