I’m trying to access a JSON array using a variable (as in with a for loop) and it seems that you cannot access arrays in JSON with a variable. Anyone else seeing the same thing?
Additionally, the get property for array element 9 in the first example I do NOT know where to find it in the blocks menu. I hate to say this, but it just magically appeared when I was trying to resolve this. (and it works, too)
Not sure I understand the questions. I CAN retrieve the part of the JSON array that I need (temp_min)
But it appears when I try to get the element of the JSON array (in this case, 0), I can literally specify the zero either as a number or a string, but I cannot use a variable.
Did that help?