Create dataset_telepon_3.json
Browse files- dataset_telepon_3.json +13 -0
dataset_telepon_3.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
// dataset_telepon_3.json
|
| 2 |
+
[
|
| 3 |
+
{
|
| 4 |
+
"url": "https://images.unsplash.com/photo-1610945262588-8f9f7d169ba5?w=400",
|
| 5 |
+
"text": "iPhone 14 Pro Max ungu dengan Dynamic Island dan kamera triple.",
|
| 6 |
+
"tags": ["iphone", "pro-max", "premium"]
|
| 7 |
+
},
|
| 8 |
+
{
|
| 9 |
+
"url": "https://images.unsplash.com/photo-1579144907324-7f35a54e3b76?w=400",
|
| 10 |
+
"text": "Telepon kantor modern silver dengan tombol keypad dan kabel.",
|
| 11 |
+
"tags": ["telepon-kantor", "modern", "business"]
|
| 12 |
+
}
|
| 13 |
+
]
|