Created
May 6, 2019 14:55
-
-
Save vgrem/659ad3d155a6a480ea95c58a1dcd90e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "name" : "Joe Johnson" | |
, "values": [ | |
{ | |
"from date": "jan-2000" | |
, "to date": "jun-2002" | |
, "Role": "VP of Product" | |
, "Company": "A Company" | |
}, | |
{ | |
"from date": "jun-2002" | |
, "to date": "apr-2004" | |
, "Role": "CEO" | |
, "Company": "B Company" | |
} | |
, | |
{ | |
"from date": "apr-2004" | |
, "to date": "jun-2013" | |
, "Role": "CEO" | |
, "Company": "C Company" | |
}] | |
}, | |
{ "name" : "Bill Johnson" | |
, "values": [ | |
{ | |
"from date": "jan-2001" | |
, "to date": "jun-2005" | |
, "Role": "VP of Product" | |
, "Company": "C Company" | |
}, | |
{ | |
"from date": "jun-2005" | |
, "to date": "july-2006" | |
, "Role": "CEO" | |
, "Company": "D Company" | |
} | |
, | |
{ | |
"from date": "july-2006" | |
, "to date": "jun-2013" | |
, "Role": "CEO" | |
, "Company": "A Company" | |
}] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment