Created
February 11, 2017 17:33
-
-
Save antonkartashov/90f7f40e9a9695ae3c2c55bcfb41d852 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
{ | |
"users": [{ | |
"name": "Tim Cook", | |
"role": "CEO", | |
"ava": "π¬" | |
}, { | |
"name": "Eddy Cue", | |
"role": "Internet Services", | |
"ava": "π" | |
}, { | |
"name": "Craig Federighi", | |
"role": "Software Engineering", | |
"ava": "π" | |
}, { | |
"name": "Jonathan Ive", | |
"role": "Chief Design Officer", | |
"ava": "π" | |
}, { | |
"name": "Bruce Sewell", | |
"role": "General Counsel", | |
"ava": "π€" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment