-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCountry.json
53 lines (52 loc) · 1.22 KB
/
Country.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
{
"results" : [
{
"objectId": "5Vv3MDfhvY",
"Name": "Italy",
"createdAt": "2020-10-06T20:23:33.994Z",
"updatedAt": "2020-10-06T20:23:39.748Z",
"Language": "Italian",
"Capital": "Rome"
},
{
"objectId": "dwTDNFsc3Z",
"Name": "Australia",
"createdAt": "2020-10-06T20:24:07.990Z",
"updatedAt": "2020-10-06T20:24:15.668Z",
"Language": "English",
"Capital": "Canberra"
},
{
"objectId": "29ygNdpPbu",
"Name": "Ireland",
"createdAt": "2020-10-06T20:24:40.215Z",
"updatedAt": "2020-10-06T20:24:54.925Z",
"Language": "English",
"Capital": "Dublin"
},
{
"objectId": "XS05qyn34C",
"Name": "England",
"createdAt": "2020-10-06T20:25:10.007Z",
"updatedAt": "2020-10-06T20:25:16.740Z",
"Language": "English",
"Capital": "London"
},
{
"objectId": "dCf2bkScyh",
"Name": "France",
"createdAt": "2020-10-06T20:25:29.324Z",
"updatedAt": "2020-10-06T20:26:10.117Z",
"Language": "French",
"Capital": "Paris"
},
{
"objectId": "SgBLCXSwWB",
"Name": "United States",
"createdAt": "2020-10-06T20:25:56.896Z",
"updatedAt": "2020-10-06T20:26:14.778Z",
"Language": "English",
"Capital": "Washington, DC"
}
]
}