I want to get the value "smoke":16
the Json String
What can I do the next step?
the Json String
B4X:
{
"deviceId":"1b18c2bc-9f52-4f54-b52c-67c91551758c",
"gatewayId":"1b18c2bc-9f52-4f54-b52c-67c91551758c",
"nodeType":"GATEWAY",
"createTime":"20180607T031240Z",
"lastModifiedTime":"20180706T092418Z",
},
"services":[{
"serviceId":"Smoke",
"serviceType":"Smoke",
"data":{
"Smoke":16
},
"eventTime":"20180706T092418Z",
"serviceInfo":null
}],
"connectionInfo":{
"protocolType":null
},
"location":null,
"devGroupIds":[]
}
B4X:
parsm.Initialize(strr)
root=parsm.NextObject
Dim id As String =root.Get("services")
Last edited: