Upload train.json
Browse files- train.json +5 -0
train.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"fruit": "Apple",
|
| 3 |
+
"size": "Large",
|
| 4 |
+
"color": "Red"
|
| 5 |
+
}
|