Created
September 21, 2020 19:10
-
-
Save davidostermann/336f801947e8fd13d4fc3455dbbd32be to your computer and use it in GitHub Desktop.
Skool 17
This file contains 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
{ | |
"skoolers": [ | |
{ | |
"codeName": "AAAA", | |
"fullName": "Aaaa Aaaaaa", | |
"status": "Consultant" | |
"avatar": "https://source.unsplash.com/random/800x600" | |
}, | |
{ | |
"codeName": "BBBB", | |
"fullName": "Bbbb Bbbbbb", | |
"status": "Consultant" | |
"avatar": "https://source.unsplash.com/random/800x600" | |
}, | |
{ | |
"codeName": "CCCCC", | |
"fullName": "Cccc Cccccc", | |
"status": "Consultant" | |
"avatar": "https://source.unsplash.com/random/800x600" | |
}, | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment