-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.json
52 lines (52 loc) · 821 Bytes
/
test.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
{
"coord": {
"lon": -122.42,
"lat": 37.77
},
"weather": [
{
"id": 800,
"main": "Clear",
"description": "sky is clear",
"icon": "01d",
"pp": [
[
{
"aa":[
{"bb":"ss"},
{"dd":55}
]
}
]
]
}
],
"base": "stations",
"main": {
"temp": 61.79,
"pressure": 1021,
"humidity": 61,
"temp_min": 51.8,
"temp_max": 77
},
"visibility": 16093,
"wind": {
"speed": 4.54,
"deg": 100
},
"clouds": {
"all": 1
},
"dt": 1439650892,
"sys": {
"type": 1,
"id": 226,
"message": 0.0207,
"country": "US",
"sunrise": 1439645138,
"sunset": 1439694109
},
"id": 5391959,
"name": "San Francisco",
"cod": 200
}