Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. {
  2. "transportations": [
  3. {
  4. "id": 2,
  5. "start_point": {
  6. "latitude": 53.18730384210133,
  7. "longitude": 6.03829961270642
  8. },
  9. "end_point": {
  10. "latitude": 53.37629942394777,
  11. "longitude": 6.029999094549951
  12. },
  13. "checkpoint_set": [
  14. {
  15. "id": 1,
  16. "location": {
  17. "latitude": 53.393343838877,
  18. "longitude": 6.0399245327227735
  19. },
  20. "created_at": "2019-04-12T14:24:45.256101Z",
  21. "data": "{}"
  22. },
  23. {
  24. "id": 2,
  25. "location": {
  26. "latitude": 53.24315263279598,
  27. "longitude": 6.265296555707819
  28. },
  29. "created_at": "2019-04-12T15:26:59.341875Z",
  30. "data": {
  31. "foo": "bar"
  32. }
  33. }
  34. ]
  35. },
  36. {
  37. "id": 3,
  38. "start_point": {
  39. "latitude": 53.49812662537894,
  40. "longitude": 6.316714998394188
  41. },
  42. "end_point": {
  43. "latitude": 53.498716131147724,
  44. "longitude": 6.173359824541186
  45. },
  46. "checkpoint_set": []
  47. }
  48. ]
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement