JSON array acessing

Aysic4Bandroid

Member
Licensed User
Longtime User
hi,

Can anyone clarify how i access an array inside another array in a JSON string - i know this is how to reference the outer array in the first index:
B4X:
map1 = list1.Get(0)

If this array index contains another nested array (rather than an object) can i access it thus:
B4X:
map1 = list1.Get(0)(0)

If not, what is the correct way an object such as this in a JSON string maps to a b4A List

thanx :sign0163:
 
Last edited:
Top