-
Notifications
You must be signed in to change notification settings - Fork 1
/
japan.json
50 lines (50 loc) · 1.42 KB
/
japan.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
{
"key_data" : "japan",
"details" : {
"name": "Japan",
"capital": "Tokyo",
"capital_geolocation": {
"type": "Point",
"coordinates": [139.766667, 35.683333]
},
"largest_city":"Tokyo",
"largest_citygeolocation": {
"type": "Point",
"coordinates": [139.766667, 35.683333]
},
"religions": ["Folk Shinto", "Buddhism",
"Shinto sects", "Christianity",
"Others"],
"meji_constitution": "1890-11-29",
"current_constitution": "1947-05-03",
"geography": {
"total_area_sq_km": 377972,
"water_percent": 0.8
},
"population": {
"population_2017": 126672000,
"density_sq_km": 336
},
"currency": "Yen",
"currency_full": "Yen",
"iso_3166_code": "JP",
"calling_code": "+81"
},
"indexes" : {
"indexes" : [
["currency"],
["capital_geolocation"],
["largest_citygeolocation"],
["meji_constitution"],
["current_constitution"],
["geography", "total_area_sq_km"],
["geography", "water_percent"],
["population", "density_sq_km"]
],
"lowercase_indexes" : [
["capital"],
["largest_city"],
["currency_full"]
]
}
}