Advertisement
Guest User

json

a guest
Dec 6th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.31 KB | None | 0 0
  1.     [
  2.       {
  3.         "user_id": 14,
  4.         "description": "911 SIGNAL",
  5.         "photo": "IntecBrussel.jpg",
  6.         "location": "23.888888,4.333333",
  7.         "time": 1544100649.622464,
  8.         "sensors": {
  9.           "light_sensor": [
  10.             1,
  11.             2,
  12.             3
  13.           ],
  14.           "ultrasonic_sensor": [
  15.             1,
  16.             2,
  17.             3
  18.           ],
  19.           "accelerometer": [
  20.             1,
  21.             2,
  22.             3
  23.           ]
  24.         },
  25.         "feedback": {
  26.           "sos_signal": "S0s Signal"
  27.         }
  28.       },
  29.       {
  30.         "user_id": 15,
  31.         "description": "This road is recommended",
  32.         "photo": "IntecBrussel.jpg",
  33.         "location": "23.888888,4.333333",
  34.         "time": 1544103263.815238,
  35.         "sensors": {
  36.           "light_sensor": [
  37.             1,
  38.             2,
  39.             3
  40.           ],
  41.           "ultrasonic_sensor": [
  42.             1,
  43.             2,
  44.             3
  45.           ],
  46.           "accelerometer": [
  47.             1,
  48.             2,
  49.             3
  50.           ]
  51.         },
  52.         "feedback": {
  53.           "goodfeedback": "Good feedback"
  54.         }
  55.       },
  56.       {
  57.         "user_id": 16,
  58.         "description": "This road is not recommended",
  59.         "photo": "IntecBrussel.jpg",
  60.         "location": "23.888888,4.333333",
  61.         "time": 1544103264.103128,
  62.         "sensors": {
  63.           "light_sensor": [
  64.             1,
  65.             2,
  66.             3
  67.           ],
  68.           "ultrasonic_sensor": [
  69.             1,
  70.             2,
  71.             3
  72.           ],
  73.           "accelerometer": [
  74.             1,
  75.             2,
  76.             3
  77.           ]
  78.         },
  79.         "feedback": {
  80.           "badfeedback": "Bad feedback"
  81.         }
  82.       },
  83.       {
  84.         "user_id": 17,
  85.         "description": "911 SIGNAL",
  86.         "photo": "IntecBrussel.jpg",
  87.         "location": "23.888888,4.333333",
  88.         "time": 1544103264.615252,
  89.         "sensors": {
  90.           "light_sensor": [
  91.             1,
  92.             2,
  93.             3
  94.           ],
  95.           "ultrasonic_sensor": [
  96.             1,
  97.             2,
  98.             3
  99.           ],
  100.           "accelerometer": [
  101.             1,
  102.             2,
  103.             3
  104.           ]
  105.         },
  106.         "feedback": {
  107.           "sos_signal": "S0s Signal"
  108.         }
  109.       }
  110.     ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement