Skip to content

Instantly share code, notes, and snippets.

@taher435
Created October 20, 2017 08:24
Show Gist options
  • Save taher435/a4927c3cfd110443ce0b5d58ba0a8ad8 to your computer and use it in GitHub Desktop.
Save taher435/a4927c3cfd110443ce0b5d58ba0a8ad8 to your computer and use it in GitHub Desktop.
Delivery drivers
[
{"name": "Jon Snow", "contact": "+6511110000", "latitude": "1.291432", "longitude": "103.821268", "available": true, "user_id": 1},
{"name": "Tyrion Lanister", "contact": "+6522220000", "latitude": "1.285758", "longitude": "103.783870", "available": true, "user_id": 2},
{"name": "Brandon Stark", "contact": "+6533330000", "latitude": "1.289907", "longitude": "103.829398", "available": false, "user_id": 3},
{"name": "Arya Stark","contact": "+6544440000","latitude": "1.312164","longitude": "103.767720", "available": true, "user_id": 4},
{"name": "Cersei Lannister", "contact": "+6555550000", "latitude": "1.310749", "longitude": "103.843629", "available": true, "user_id": 5},
{"name": "Khal Drogo", "contact": "+6566660000", "latitude": "1.286969", "longitude": "103.844563", "available": true, "user_id": 6},
{"name": "Sansa Stark", "contact": "+6577770000", "latitude": "1.273629", "longitude": "103.799448", "available": false, "user_id": 7},
{"name": "Ned Stark", "contact": "+6588880000", "latitude": "1.295855", "longitude": "103.875833", "available": true, "user_id": 8},
{"name": "Night King", "contact": "+6599990000", "latitude": "1.299964", "longitude": "103.829752", "available": true, "user_id": 9}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment