acengnew commited on
Commit
41829a8
·
verified ·
1 Parent(s): e472f96

Create data.json

Browse files
Files changed (1) hide show
  1. data.json +6 -0
data.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [
2
+ { "temperature_c": 22, "condition": "normal" },
3
+ { "temperature_c": 35, "condition": "hot" },
4
+ { "temperature_c": 10, "condition": "cold" },
5
+ { "temperature_c": 45, "condition": "danger" }
6
+ ]