-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharquivo.json
61 lines (60 loc) · 1.31 KB
/
arquivo.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
{
"crocodiles": [
{
"id": 1,
"name": "Bert",
"sex": "M",
"date_of_birth": "2010-06-27",
"age": 13
},
{
"id": 2,
"name": "Ed",
"sex": "M",
"date_of_birth": "1995-02-27",
"age": 28
},
{
"id": 3,
"name": "Lyle the Crocodile",
"sex": "M",
"date_of_birth": "1985-03-03",
"age": 38
},
{
"id": 4,
"name": "Solomon",
"sex": "M",
"date_of_birth": "1993-12-25",
"age": 30
},
{
"id": 5,
"name": "The gharial",
"sex": "F",
"date_of_birth": "2004-06-28",
"age": 19
},
{
"id": 6,
"name": "Sang Buaya",
"sex": "F",
"date_of_birth": "2006-01-28",
"age": 17
},
{
"id": 7,
"name": "Sobek",
"sex": "F",
"date_of_birth": "1854-09-02",
"age": 169
},
{
"id": 8,
"name": "Curious George",
"sex": "M",
"date_of_birth": "1981-01-03",
"age": 43
}
]
}