-
Notifications
You must be signed in to change notification settings - Fork 171
Expand file tree
/
Copy pathpersonas.json
More file actions
44 lines (44 loc) · 785 Bytes
/
personas.json
File metadata and controls
44 lines (44 loc) · 785 Bytes
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
{
"personas": [
{
"nombre": "Santiago",
"edad": 32
},
{
"nombre": "Luz",
"edad": 26
},
{
"nombre": "Fernando",
"edad": 45
},
{
"nombre": "Carmen",
"edad": 39
},
{
"nombre": "Jorge",
"edad": 21
},
{
"nombre": "Ana",
"edad": 28
},
{
"nombre": "Diego",
"edad": 36
},
{
"nombre": "María",
"edad": 30
},
{
"nombre": "Pedro",
"edad": 42
},
{
"nombre": "Valentina",
"edad": 19
}
]
}