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 :
(how to get for example item number 3 that equals to "hello").
Thanks in advance.
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
Thanks in advance.