Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.48 KB | None | 0 0
  1. {
  2.   "status": "success",
  3.   "data": {
  4.     "pois": [
  5.       {
  6.         "id": "1",
  7.         "name": "Centrum dystrybucji nut",
  8.         "latitude": 51.138197,
  9.         "longtitude": 17.017949,
  10.         "description": "dsfsdfdsf",
  11.         "address": "Powstancow"
  12.       },
  13.       {
  14.         "id": "2",
  15.         "name": "Biedronka",
  16.         "latitude": 51.138197,
  17.         "longtitude": 17.017949,
  18.         "description": "dsfsdfdsf",
  19.         "address": "Powstancow"
  20.       }
  21.     ]
  22.   }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement