forked from MyKhode/Car_Management_System
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCar_DataStorage.json
120 lines (120 loc) · 1.97 KB
/
Car_DataStorage.json
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
[
{
"": "Model",
"Year": 2020,
"Price": 25000,
"Model": "Bugatic",
"Class": "Good",
"ID": 1,
"Manufacture": "Toyota",
"Units": 25000
},
{
"Year": 2018,
"Price": 20000,
"Model": "Civic",
"Class": "Fair",
"ID": 2,
"Manufacture": "Honda",
"Units": 30000
},
{
"Year": 2022,
"Price": 30000,
"Model": "Escape",
"Class": "Excellent",
"ID": 3,
"Manufacture": "Ford",
"Units": 15000
},
{
"Year": 2023,
"Price": 54130,
"Model": "Y",
"Class": "Good",
"ID": 4,
"Manufacture": "Tesla",
"Units": 330
},
{
"Year": 2024,
"Price": 93800,
"Model": "Prius",
"Class": "Good",
"ID": 5,
"Manufacture": "Toyota",
"Units": 56000
},
{
"Year": 2024,
"Price": 45000,
"Model": "Seal U",
"Class": "Good",
"ID": 6,
"Manufacture": "Byd",
"Units": 500
},
{
"Year": 2022,
"Price": 507353,
"Model": "Aventador",
"Class": "Excellent",
"ID": 7,
"Manufacture": "Lamborghini",
"Units": 16000
},
{
"Year": 2024,
"Price": 40500,
"Model": "X1 SUV",
"Class": "Excellent",
"ID": 8,
"Manufacture": "BMW",
"Units": 20000
},
{
"Year": 2023,
"Price": 60990,
"Model": "Cyber Truck",
"Class": "Excellent",
"ID": 9,
"Manufacture": "Tesla",
"Units": 550000
},
{
"Year": 2022,
"Price": 88245,
"Model": "LX 570",
"Class": "Good",
"ID": 10,
"Manufacture": "Lexus",
"Units": 10000
},
{
"Year": 2077,
"Price": 25000,
"Model": "Atomax",
"Class": "good",
"ID": 124,
"Manufacture": "hyundai",
"Units": 100
},
{
"Year": 2004,
"Price": 10000,
"Model": "Rx300",
"Class": "Top grade",
"ID": 168,
"Manufacture": "Lexus",
"Units": 1000
},
{
"Year": 2025,
"Price": 1200,
"Model": "Bugati",
"Class": "good",
"ID": 12,
"Manufacture": "Volkwagen",
"Units": 1000
}
]