Get value of first position from json

Hello I want to get the values under “0” Marked in red. Iam able to get the values under all others How can i fix this

blocks(11)

No need Extension.
Use dictionary.
Read carefully without anxiety…

Tried but not able to

Please do not view JSON data like this… You cannot see the difference between Arrays and Objects. Click on the Raw Data and click Pretty Format ( In Toolbar after JSON ) and re-upload the screenshot.

What have you tried?
There are several ways to “try” to do it… with dictionary , with lookup pairs Key… there are several examples in the community. Did you see ?

got by using dictionary

1 Like

Please post your solution in order to help others with the same problem