Just like on the screenshot (which is option 1)
res = fetch(URL).json()
arr 1 = res[0]
wantedValue = arr1[index]
Hope that's clear enough
Ouh yes, that's also how I would prefer it! Thanks.
Please Login to reply.
No replies yet.