-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsonfile.php
More file actions
50 lines (50 loc) · 1.33 KB
/
jsonfile.php
File metadata and controls
50 lines (50 loc) · 1.33 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"error": false,
"heroes":[
{
"name": "Spiderman",
"about": "Spiderman is a fictional superhero appearing in american comic books.",
"image": "http://placehold.it/600/92c952"
},
{
"name": "superman",
"about": "supermanis a fictional superhero appearing in american comic books.",
"image": "http://placehold.it/600/771796"
},
{
"name": "monkeyman",
"about": "monkey man is a fictional superhero appearing in american comic books.",
"image": "http://placehold.it/600/24f355"
},
{
"name": "donkey man",
"about": "donkeyman is a fictional superhero appearing in american comic books.",
"image": "http://placehold.it/600/d32776"
},
{
"name": "cowman",
"about": "cowman is a fictional superhero appearing in american comic books.",
"image": "http://placehold.it/600/f66b97"
},
{
"name": "specialman",
"about": "Specialman is a fictional superhero appearing in american comic books.",
"image": "http://placehold.it/600/56a8c2"
},
{
"name": "Steelman",
"about": "Steelman is a fictional superhero appearing in american comic books.",
"image": "http://placehold.it/600/b0f7cc"
},
{
"name": "Sron man",
"about": "iron man is a fictional superhero appearing in american comic books.",
"image": "http://placehold.it/600/54176f"
},
{
"name": "flyman",
"about": "flyman is a fictional superhero appearing in american comic books.",
"image": "http://placehold.it/600/51aa97"
}
]
}