diff --git a/2.json b/2.json new file mode 100644 index 0000000..6ffeb9e --- /dev/null +++ b/2.json @@ -0,0 +1,15 @@ +{ + "productId": "SKU-12345", + "productName": "Wireless Bluetooth Headphones", + "price": 79.99, + "inStock": true, + "tags": [ + "audio", + "electronics", + "wireless" + ], + "specs": { + "color": "Midnight Black", + "batteryLife": "20 hours" + } +} \ No newline at end of file