Json Format ↓
{
"device":"A123",
"data":"28745637",
"time":"1505924687",
}
"2874" = 28.74 , means tempurature , and "5637" = 56.37% humidity .
How to display as below↓
if ( tempurature > 25 & humidity >50)
{
display matching data ;
}
↧