Created
March 7, 2020 19:07
-
-
Save georgebullock/a9958d6e9f06820d035de627c0f02fb8 to your computer and use it in GitHub Desktop.
Villains.json is a file that I use for mocking API requests.
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":"Hugo Drax", | |
"bio":"Plotted to poison Earth's atmosphere from space via a nerve agent.", | |
"picture":"https://dummyimage.com/600x400/000000/fff&text=D", | |
"skills":[{"html":50},{"css":30},{"javaScript":95}] | |
}, | |
{ | |
"name":"Alec Trevelyan", | |
"bio":"Mastermined a plot to use an EMP weapon to destroy London's economy", | |
"picture":"https://dummyimage.com/600x400/000000/fff&text=T", | |
"skills":[{"html":50},{"css":30},{"javaScript":95}] | |
}, | |
{ | |
"name":"Auric Goldfinger", | |
"bio":"Planned to irradiate the gold in Fort Knox with a nuclear weapon.", | |
"picture":"https://dummyimage.com/600x400/000000/fff&text=G", | |
"skills":[{"html":50},{"css":30},{"javaScript":95}] | |
}, | |
{ | |
"name":"Ernst Stavro Blofeld", | |
"bio":"Sought to steal nuclear bombs and use them to extort money from world governments.", | |
"picture":"https://dummyimage.com/600x400/000000/fff&text=B", | |
"skills":[{"html":50},{"css":30},{"javaScript":95}] | |
}, | |
{ | |
"name":"Max Zorin", | |
"bio":"Wanted to start a microchip monopoly by destroying Silicon Valley.", | |
"picture":"https://dummyimage.com/600x400/000000/fff&text=Z", | |
"skills":[{"html":50},{"css":30},{"javaScript":95}] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment