acengnew commited on
Commit
cd5f414
·
verified ·
1 Parent(s): b20749c

Create data.json

Browse files
Files changed (1) hide show
  1. data.json +6 -0
data.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [
2
+ { "room": "living_room", "dirt_level": "high" },
3
+ { "room": "bedroom", "dirt_level": "medium" },
4
+ { "room": "kitchen", "dirt_level": "high" },
5
+ { "room": "bathroom", "dirt_level": "low" }
6
+ ]