-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpeople.json
36 lines (36 loc) · 866 Bytes
/
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
35
36
{
"person" : [ {
"firstname" : "Nome",
"lastname" : "Cognome",
"birthdate" : "1956-07-30T00:00:00.000+01:00",
"healthprofile" : {
"lastupdate" : "2015-10-22T00:17:38.500+02:00",
"weight" : 80.0,
"height" : 1.8,
"bmi" : 24.69
},
"id" : "3263"
}, {
"firstname" : "Andrea",
"lastname" : "Orler",
"birthdate" : "1993-05-21T00:00:00.000+02:00",
"healthprofile" : {
"lastupdate" : "2015-10-22T00:17:38.532+02:00",
"weight" : 80.0,
"height" : 1.8,
"bmi" : 24.69
},
"id" : "0001"
}, {
"firstname" : "Firstname",
"lastname" : "Lastname",
"birthdate" : "1985-03-20T00:00:00.000+01:00",
"healthprofile" : {
"lastupdate" : "2015-10-22T00:17:38.532+02:00",
"weight" : 68.0,
"height" : 1.72,
"bmi" : 22.99
},
"id" : "0002"
} ]
}