Created
March 12, 2024 13:35
-
-
Save prof3ssorSt3v3/8252106c7967ee27e3966605c189b0b7 to your computer and use it in GitHub Desktop.
Sample data of characters from Archer, Bob's Burgers, and Futurama
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
[ | |
{ | |
"uuid": "a1b2c3d4-e5f6-g7h8-i9j0k1l2m3n4", | |
"name": "Sterling Archer", | |
"show": "Archer", | |
"voice_actor": "H. Jon Benjamin" | |
}, | |
{ | |
"uuid": "b2c3d4e5-f6g7-h8i9-j0k1l2m3n4o5", | |
"name": "Leela", | |
"show": "Futurama", | |
"voice_actor": "Katey Sagal" | |
}, | |
{ | |
"uuid": "c3d4e5f6-g7h8i9-j0k1l2m3n4o5p6", | |
"name": "Bob Belcher", | |
"show": "Bob's Burgers", | |
"voice_actor": "H. Jon Benjamin" | |
}, | |
{ | |
"uuid": "d4e5f6g7-h8i9j0-k1l2m3n4o5p6q7", | |
"name": "Lana Kane", | |
"show": "Archer", | |
"voice_actor": "Aisha Tyler" | |
}, | |
{ | |
"uuid": "e5f6g7h8-i9j0k1-l2m3n4o5p6q7r8", | |
"name": "Bender", | |
"show": "Futurama", | |
"voice_actor": "John DiMaggio" | |
}, | |
{ | |
"uuid": "f6g7h8i9-j0k1l2-m3n4o5p6q7r8s9", | |
"name": "Tina Belcher", | |
"show": "Bob's Burgers", | |
"voice_actor": "Dan Mintz" | |
}, | |
{ | |
"uuid": "g7h8i9j0-k1l2m3-n4o5p6q7r8s9t0", | |
"name": "Pam Poovey", | |
"show": "Archer", | |
"voice_actor": "Amber Nash" | |
}, | |
{ | |
"uuid": "h8i9j0k1-l2m3n4-o5p6q7r8s9t0u1", | |
"name": "Fry", | |
"show": "Futurama", | |
"voice_actor": "Billy West" | |
}, | |
{ | |
"uuid": "i9j0k1l2-m3n4o5-p6q7r8s9t0u1v2", | |
"name": "Louise Belcher", | |
"show": "Bob's Burgers", | |
"voice_actor": "Kristen Schaal" | |
}, | |
{ | |
"uuid": "j0k1l2m3-n4o5p6q7-r8s9t0u1v2w3", | |
"name": "Cyril Figgis", | |
"show": "Archer", | |
"voice_actor": "Chris Parnell" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment