Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/illinker-test-assets.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'wasm/Newtonsoft/wwwroot/sample-data/weather.json')
-rw-r--r--wasm/Newtonsoft/wwwroot/sample-data/weather.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/wasm/Newtonsoft/wwwroot/sample-data/weather.json b/wasm/Newtonsoft/wwwroot/sample-data/weather.json
new file mode 100644
index 0000000..df933ba
--- /dev/null
+++ b/wasm/Newtonsoft/wwwroot/sample-data/weather.json
@@ -0,0 +1,32 @@
+[
+ {
+ "date": "2018-05-06",
+ "temperatureC": 1,
+ "summary": "Freezing",
+ "temperatureF": 33
+ },
+ {
+ "date": "2018-05-07",
+ "temperatureC": 14,
+ "summary": "Bracing",
+ "temperatureF": 57
+ },
+ {
+ "date": "2018-05-08",
+ "temperatureC": -13,
+ "summary": "Freezing",
+ "temperatureF": 9
+ },
+ {
+ "date": "2018-05-09",
+ "temperatureC": -16,
+ "summary": "Balmy",
+ "temperatureF": 4
+ },
+ {
+ "date": "2018-05-10",
+ "temperatureC": -2,
+ "summary": "Chilly",
+ "temperatureF": 29
+ }
+]