-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsuperheroes.json
More file actions
38 lines (38 loc) · 1.05 KB
/
superheroes.json
File metadata and controls
38 lines (38 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[
{
"_id": 1234,
"picture": "http://www.eonline.com/resize/200/200//eol_images/Entire_Site/201095/300.superman.lc.100510.jpg",
"name": "Superman",
"secret_identity": "Clark Kent",
"superpower": "Being Super",
"likes": 4,
"sidekick": null
},
{
"_id": 1235,
"picture": "http://www5.pcmag.com/media/images/420382-419409-batman-arkham-knight-credit-rocksteady-studios-gameinformer.jpg?thumb=y",
"name": "Batman",
"secret_identity": "Bruce Wayne",
"superpower": "Gadgetry and Being a Badass",
"likes": 2,
"sidekick": "Robin"
},
{
"_id": 1236,
"picture": "http://www.gannett-cdn.com/-mm-/4cf088e495b84b01d6fe9784ea5c16f3e7f2ffc4/c=33-0-368-335&r=x203&c=200x200/local/-/media/WXIA/WXIA/2014/11/07/635509926335310058-ant-man1107b.jpg",
"name": "Ant-Man",
"secret_identity": "Scott Lang",
"superpower": "Strong Man in a Little Suit",
"likes": 13,
"sidekick": null
},
{
"_id": 1237,
"picture": "http://cdn.images.express.co.uk/img/dynamic/20/590x/secondary/The-Tick-496029.jpg",
"name": "The Tick",
"secret_identity": null,
"superpower": "Dense",
"likes": 7,
"sidekick": "Arthur"
}
]