forked from dykyys/start-files-blended-vite-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforbes.json
More file actions
44 lines (44 loc) · 976 Bytes
/
forbes.json
File metadata and controls
44 lines (44 loc) · 976 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
[
{
"id": "1",
"name": "Karl Lindgren",
"capital": 35.7,
"avatar": "https://randomuser.me/api/portraits/men/32.jpg",
"isIncrease": false
},
{
"id": "2",
"name": "Mary Austin",
"capital": 23.2,
"avatar": "https://randomuser.me/api/portraits/women/22.jpg",
"isIncrease": true
},
{
"id": "3",
"name": " Marcus Schneider",
"capital": 9.9,
"avatar": "https://randomuser.me/api/portraits/men/13.jpg",
"isIncrease": false
},
{
"id": "4",
"name": " Ollie Heaney",
"capital": 4.5,
"avatar": "https://randomuser.me/api/portraits/women/12.jpg",
"isIncrease": true
},
{
"id": "5",
"name": "Jerry Zemlak",
"capital": 2.9,
"avatar": "https://randomuser.me/api/portraits/men/52.jpg",
"isIncrease": false
},
{
"id": "6",
"name": " Maggie Monroe",
"capital": 1.5,
"avatar": "https://randomuser.me/api/portraits/women/62.jpg",
"isIncrease": true
}
]