Skip to content

Instantly share code, notes, and snippets.

@johnmutuma5
Last active September 20, 2018 06:00
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/45cd66d793c52319bde97731be994ec5 to your computer and use it in GitHub Desktop.
Save johnmutuma5/45cd66d793c52319bde97731be994ec5 to your computer and use it in GitHub Desktop.
{
"name": "Alice Doe",
"origin": "Kampala",
"destination": "New york",
"gender": "Male",
"manager": "John Mutuma",
"department": "TDD",
"role": "Senior Consultant",
"status": "Open",
"departureDate": "2018-08-16",
"arrivalDate": "2018-08-30",
"tripType": "multi",
"trips": [
{
"origin": "Nairobi",
"destination": "Lagos",
"departureDate": "2018-08-16 012:11:52.181+01",
"returnDate": "2018-08-25 012:11:52.181+01"
},
{
"origin": "Lagos",
"destination": "New York",
"departureDate": "2018-08-25 012:11:52.181+01",
"returnDate": "2018-09-16 012:11:52.181+01"
},
{
"origin": "New York",
"destination": "Nairobi",
"departureDate": "2018-09-25 012:11:52.181+01",
"returnDate": "2018-09-25 012:11:52.181+01"
}
],
"createdAt": "2018-08-16 012:11:52.181+01",
"updatedAt": "2018-08-16 012:11:52.181+01"
}
@johnmutuma5
Copy link
Author

It has really helped.

@ezrqnkemboi, welcome, spread the help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment