Create dataset_telepon_2.json
Browse files- dataset_telepon_2.json +13 -0
dataset_telepon_2.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
// dataset_telepon_2.json
|
| 2 |
+
[
|
| 3 |
+
{
|
| 4 |
+
"url": "https://images.unsplash.com/photo-1512499617640-c74ae3a79d37?w=400",
|
| 5 |
+
"text": "Telepon rumah klasik retro berwarna merah di atas meja kayu.",
|
| 6 |
+
"tags": ["telepon-rumah", "retro", "klasik"]
|
| 7 |
+
},
|
| 8 |
+
{
|
| 9 |
+
"url": "https://images.unsplash.com/photo-1606291297224-d1864ff23b9a?w=400",
|
| 10 |
+
"text": "Smartphone Xiaomi merah dengan casing transparan dan flash LED.",
|
| 11 |
+
"tags": ["xiaomi", "smartphone", "budget"]
|
| 12 |
+
}
|
| 13 |
+
]
|