forked from Repter75/lab5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
34 lines (34 loc) · 1.1 KB
/
data.json
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
{
"friends": [
{
"name": "Doug Engelbart",
"description": "Has awesome pet mice",
"imageURL": "http://upload.wikimedia.org/wikipedia/commons/thumb/7/78/Douglas_Engelbart_in_2008.jpg/972px-Douglas_Engelbart_in_2008.jpg"
},
{
"name": "Ivan Sutherland",
"description": "Great at sketching",
"imageURL": "http://upload.wikimedia.org/wikipedia/commons/5/5c/Ivan_Sutherland_at_CHM.jpg"
},
{
"name": "Lucy Suchman",
"description": "Loves Trukese navigators",
"imageURL": "http://upload.wikimedia.org/wikipedia/commons/d/df/Lucy_Suchman.jpeg"
},
{
"name": "Vannevar Bush",
"description": "Has stellar associative memory",
"imageURL": "http://upload.wikimedia.org/wikipedia/commons/e/ea/Vannevar_Bush_portrait.jpg"
},
{
"name": "Grace Hopper",
"description": "Only friend with a Navy ship named after them",
"imageURL": "http://www.personal.psu.edu/djd5202/gHop.jpg"
},
{
"name": "Allen Newell",
"description": "Really into psychology",
"imageURL": "http://www.nap.edu/html/biomems/photo/anewell.JPG"
}
]
}