Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit 646e330

Browse files
committed
removes extra commas in weather.json
1 parent 0e2fdc2 commit 646e330

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

WebView/sampleData/weather.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
"lowTemp":64,
66
"chancePrecip":90,
77
"humidity":23,
8-
"description":"Rainy",
8+
"description":"Rainy"
99
},
1010
"sanFrancisco":{
1111
"currentTemp":70,
1212
"highTemp":75,
1313
"lowTemp":61,
1414
"chancePrecip":0,
1515
"humidity":2,
16-
"description":"Clear Sky",
16+
"description":"Clear Sky"
1717
},
1818
"london":{
1919
"currentTemp":88,
2020
"highTemp":89,
2121
"lowTemp":67,
2222
"chancePrecip":15,
2323
"humidity":36,
24-
"description":"Partly Cloudy",
24+
"description":"Partly Cloudy"
2525
}
2626
}

0 commit comments

Comments
 (0)