-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpersons.json
More file actions
50 lines (50 loc) · 805 Bytes
/
persons.json
File metadata and controls
50 lines (50 loc) · 805 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
45
46
47
48
49
50
[
{
"name": "Alice",
"age": 25,
"place": "New York",
"dob": "1998-03-12"
},
{
"name": "Bob",
"age": 32,
"place": "Los Angeles",
"dob": "1991-07-19"
},
{
"name": "Charlie",
"age": 41,
"place": "Chicago",
"dob": "1982-11-03"
},
{
"name": "David",
"age": 18,
"place": "Houston",
"dob": "2005-05-08"
},
{
"name": "Emily",
"age": 29,
"place": "San Francisco",
"dob": "1994-09-26"
},
{
"name": "Frank",
"age": 36,
"place": "Boston",
"dob": "1987-12-30"
},
{
"name": "Grace",
"age": 22,
"place": "Miami",
"dob": "2001-01-14"
},
{
"name": "Harry",
"age": 47,
"place": "Seattle",
"dob": "1976-06-21"
}
]