Advertisement
ayurchyk1998

Untitled

Mar 2nd, 2021
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.50 KB | None | 0 0
  1. {
  2.     "dataShape": {
  3.         "fieldDefinitions": {
  4.             "humidity": {
  5.                 "name": "humidity",
  6.                 "description": "",
  7.                 "baseType": "NUMBER",
  8.                 "ordinal": 3,
  9.                 "aspects": {
  10.                     "isPersistent": true,
  11.                     "dataChangeType": "VALUE",
  12.                     "cacheTime": 0.0
  13.                 }
  14.             }
  15.         }
  16.     },
  17.     "rows": [
  18.         {
  19.             "humidity": 88.0
  20.         }
  21.     ]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement