Advertisement
Guest User

Untitled

a guest
Oct 20th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. [{
  2. "Longitude": 53.535203,
  3. "Latitude": 9.953612,
  4. "Name": "The Pirate",
  5. "MMSI": 123456,
  6. "Type": "Speedboat",
  7. "Speed": 50,
  8. "ETA": " ",
  9. "Destination": "Hamburg"
  10. },
  11.  
  12. {
  13. "Longitude": 54.32896,
  14. "Latitude": 8.029527,
  15. "Name": "Dos Winos",
  16. "MMSI": 123456,
  17. "Type": "carrier",
  18. "Speed": 50,
  19. "ETA": " ",
  20. "Destination": "Rostock"
  21. },
  22.  
  23. {
  24. "Longitude": 53.85279,
  25. "Latitude": 8.004746,
  26. "Name": " Reel Busy",
  27. "MMSI": 123456,
  28. "Type": "carrier",
  29. "Speed": 50,
  30. "ETA": " ",
  31. "Destination": "Brake"
  32. },
  33.  
  34. {
  35. "Longitude": 53.535203,
  36. "Latitude": 8.004746,
  37. "Name": "Decked Out",
  38. "MMSI": 123456,
  39. "Type": "Speedboat",
  40. "Speed": 50,
  41. "ETA": " ",
  42. "Destination": "Rostock"
  43. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement