-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOneRow.json
32 lines (31 loc) · 1.08 KB
/
OneRow.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
{
"Mainline": {
"Table": {
"Header": {
"Data": [
"Rank",
"Group",
"Country",
"Vehicles",
"Wiki Page",
"Logo"
]
},
"Row": [
{
"Rank": "1",
"Group": "Toyota",
"Hubs": {
"Hub": [
"Japan",
"Toyota Motor Corporation is a Japanese multinational automotive manufacturer headquartered in Toyota, Aichi, Japan. In 2017, Toyota's corporate structure consisted of 364,445 employees worldwide and, as of September 2018, was the sixth-largest company in the world by revenue. "
]
},
"Vehicles": "10,466,051",
"HomePage": "https://en.wikipedia.org/wiki/Toyota",
"Logo": "http://csci571.com/hw/hw4/toyota.jpg"
}
]
}
}
}