forked from Gerbera3090/newbie-seminar-otl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproblem1.json
More file actions
52 lines (52 loc) · 816 Bytes
/
Copy pathproblem1.json
File metadata and controls
52 lines (52 loc) · 816 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
51
52
[
{
"firstName": "Annie",
"lastName": "Scott",
"income": 59925
},
{
"firstName": "Roy",
"lastName": "Hernandez",
"income": 59788
},
{
"firstName": "Ralph",
"lastName": "Morgan",
"income": 59759
},
{
"firstName": "Ernest",
"lastName": "Perez",
"income": 59757
},
{
"firstName": "Judith",
"lastName": "Martinez",
"income": 59593
},
{
"firstName": "Amanda",
"lastName": "White",
"income": 59360
},
{
"firstName": "Andrew",
"lastName": "Evans",
"income": 59137
},
{
"firstName": "Phillip",
"lastName": "Taylor",
"income": 58767
},
{
"firstName": "Shawn",
"lastName": "Clark",
"income": 58007
},
{
"firstName": "Arthur",
"lastName": "Jones",
"income": 57935
}
]