-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpeople.json
34 lines (34 loc) · 1.18 KB
/
people.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
{
"contacts": [
{
"name": "Diego Chohfi Turini",
"email": "[email protected]",
"dob": "08/12/1987",
"image": "http://graph.facebook.com/1097564182/picture?width=600&height=600"
},
{
"name": "Lucien Constantino",
"email": "[email protected]",
"dob": "21/08/1984",
"image": "http://graph.facebook.com/1795520015/picture?width=600&height=600"
},
{
"name": "Hélio Padrão",
"email": "[email protected]",
"dob": "02/06/1987",
"image": "http://graph.facebook.com/1213615931/picture?width=600&height=600"
},
{
"name": "Pedro Axelrud",
"email": "[email protected]",
"dob": "30/11/1990",
"image": "http://graph.facebook.com/672394484/picture?width=600&height=600"
},
{
"name": "Luiz Fernando Dubas",
"email": "[email protected]",
"dob": "30/11/1990",
"image": "http://graph.facebook.com/100001164315432/picture?width=600&height=600"
}
]
}