Last active
May 28, 2021 14:14
-
-
Save gtokman/50fed60afd93aceaf9335e4a8b6805f1 to your computer and use it in GitHub Desktop.
Json
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": "Gary Tokman", | |
"bio": "iOS dev working with SwiftUI", | |
"imageUrl": "https://pbs.twimg.com/profile_images/1395577843476742144/MOWWQV-V_400x400.jpg", | |
"twitter": "f6ary" | |
}, | |
{ | |
"name": "Elon Musk", | |
"bio": "CEO of Tesla", | |
"imageUrl": "https://pbs.twimg.com/profile_images/1383184766959120385/MM9DHPWC_400x400.jpg", | |
"twitter": "elonmusk" | |
}, | |
{ | |
"name": "DogeCoin", | |
"bio": "Currency of Mars", | |
"imageUrl": "https://pbs.twimg.com/profile_images/378800000857919980/lHqPIZza_400x400.png", | |
"twitter": "dogecoin" | |
}, | |
{ | |
"name": "Jack Dorsey", | |
"bio": "CEO of Twitter", | |
"imageUrl": "https://pbs.twimg.com/profile_images/1115644092329758721/AFjOr-K8_400x400.jpg", | |
"twitter": "jack" | |
}, | |
{ | |
"name": "Kanye West", | |
"bio": "Yeezy CEO and Musician", | |
"imageUrl": "https://pbs.twimg.com/profile_images/1276461929934942210/cqNhNk6v_400x400.jpg", | |
"twitter": "ye" | |
}, | |
{ | |
"name": "Lex Fridman", | |
"bio": "Podcast host and YouTuber", | |
"imageUrl": "https://pbs.twimg.com/profile_images/956331551435960322/OaqR8pAB_400x400.jpg", | |
"twitter": "lexfridman" | |
}, | |
{ | |
"name": "Lebron James", | |
"bio": "NBA Champion", | |
"imageUrl": "https://pbs.twimg.com/profile_images/1010862750401253377/Rof4XuYC_400x400.jpg", | |
"twitter": "kingjames" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment