-
Notifications
You must be signed in to change notification settings - Fork 0
/
persons.json
executable file
·62 lines (62 loc) · 1.22 KB
/
persons.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
{
"person_id" : "1",
"first_name" : "Jack",
"last_name" : "Reacher",
"gender" : "MALE",
"weight" : 70,
"height" : 175,
"level" : "DEBUTANT",
"birth_date" : "5/11/1970"
},
{
"person_id" : "2",
"first_name" : "Lisa",
"last_name" : "Prisme",
"gender" : "FEMALE",
"weight" : 62,
"height" : 170,
"level" : "CONFIRME",
"birth_date" : "6/8/1980"
},
{
"person_id" : "3",
"first_name" : "Louis",
"last_name" : "Montreux",
"gender" : "MALE",
"weight" : 78,
"height" : 180,
"level" : "EXPERT",
"birth_date" : "18/4/1998"
},
{
"person_id" : "4",
"first_name" : "Matthieu",
"last_name" : "Le Grand",
"gender" : "MALE",
"weight" : 75,
"height" : 181,
"level" : "DEBUTANT",
"birth_date" : "1/2/2001"
},
{
"person_id" : "5",
"first_name" : "Jade",
"last_name" : "Martin",
"gender" : "FEMALE",
"weight" : 62,
"height" : 168,
"level" : "DEBUTANT",
"birth_date" : "23/6/1995"
},
{
"person_id" : "6",
"first_name" : "Anne",
"last_name" : "Pouget",
"gender" : "FEMALE",
"weight" : 61,
"height" : 169,
"level" : "EXPERT",
"birth_date" : "28/9/1997"
}
]