Skip to content

Instantly share code, notes, and snippets.

@johnmutuma5
Created October 3, 2018 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnmutuma5/696ecf6ad7bc65f6ea7aa0d3792055d3 to your computer and use it in GitHub Desktop.
Save johnmutuma5/696ecf6ad7bc65f6ea7aa0d3792055d3 to your computer and use it in GitHub Desktop.
{
"name": "John Doe",
"origin": "Kampala",
"destination": "New york",
"gender": "Male",
"manager": "Alice Doe",
"department": "TDD",
"role": "Senior Consultant",
"tripType": "multi",
"trips": [
{
"bedId": 1,
"origin": "Nairobi",
"destination": "Lagos",
"departureDate": "2018-10-05",
"returnDate": "2018-10-26"
},
{
"bedId": 2,
"origin": "Lagos",
"destination": "New York",
"departureDate": "2018-10-28",
"returnDate": "2018-11-17"
},
{
"bedId": 2,
"origin": "New York",
"destination": "Nairobi",
"departureDate": "2018-10-10",
"returnDate": "2018-11-15"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment