Android Question Get item in string

Almog

Active Member
Licensed User
Hello,

Can someone please send an example of how to get item from string with items?
(I am using json with OkHttpUtils2)
The string setting is :
B4X:
Dim name As List = root.Get("name")
        For Each colname As String In name
        Next
(how to get for example item number 3 that equals to "hello").

Thanks in advance.
 
Top