-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
72 lines (72 loc) · 1.69 KB
/
data.json
File metadata and controls
72 lines (72 loc) · 1.69 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
[
{
"name": "Şirket 1",
"address": "Pendik İstanbul",
"category": "Kategori 1",
"employeeCount": 50,
"annualRevenue": 1000000
},
{
"name": "Şirket 2",
"address": "Kartal İstanbul",
"category": "Kategori 2",
"employeeCount": 25,
"annualRevenue": 500000
},
{
"name": "Şirket 3",
"address": "Maltepe İstanbul",
"category": "Kategori 1",
"employeeCount": 10,
"annualRevenue": 200000
},
{
"name": "Şirket 4",
"address": "Caddebostan, Bağdat Cad. No: 342, 34728 Kadıköy/İstanbul",
"category": "Kategori 3",
"employeeCount": 100,
"annualRevenue": 3000000
},
{
"name": "Şirket 5",
"address": "Üsküdar İstanbul",
"category": "Kategori 2",
"employeeCount": 75,
"annualRevenue": 1500000
},
{
"name": "Şirket 6",
"address": "Beşiktaş İstanbul",
"category": "Kategori 3",
"employeeCount": 200,
"annualRevenue": 5000000
},
{
"name": "Şirket 7",
"address": "Sarıyer İstanbul",
"category": "Kategori 1",
"employeeCount": 30,
"annualRevenue": 800000
},
{
"name": "Şirket 8",
"address": "Beyoğlu İstanbul",
"category": "Kategori 2",
"employeeCount": 60,
"annualRevenue": 1200000
},
{
"name": "Şirket 9",
"address": "Avcılar İstanbul",
"category": "Kategori 1",
"employeeCount": 40,
"annualRevenue": 900000
},
{
"name": "Şirket 10",
"address": "Tuzla İstanbul",
"category": "Kategori 3",
"employeeCount": 15,
"annualRevenue": 1200000
}
]