A Almog Active Member Licensed User Sep 16, 2018 #1 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.
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.
Semen Matusovskiy Well-Known Member Licensed User Sep 16, 2018 #2 Take a look http://basic4ppc.com:51042/json/index.html and paste your JSON-string Upvote 0
A Almog Active Member Licensed User Sep 16, 2018 #3 Semen Matusovskiy said: Take a look http://basic4ppc.com:51042/json/index.html and paste your JSON-string Click to expand... I used it already, but Thanks anyway, I found the answer for what I was looking for. Upvote 0
Semen Matusovskiy said: Take a look http://basic4ppc.com:51042/json/index.html and paste your JSON-string Click to expand... I used it already, but Thanks anyway, I found the answer for what I was looking for.