mirror of
https://github.com/OMGeeky/json-summary.git
synced 2025-12-26 17:02:28 +01:00
31 lines
718 B
JSON
31 lines
718 B
JSON
{
|
|
"id": "PROD-123",
|
|
"name": "Smart Watch",
|
|
"price": 199.99,
|
|
"in_stock": true,
|
|
"categories": ["electronics", "wearables", "accessories"],
|
|
"specifications": {
|
|
"display": {
|
|
"type": "OLED",
|
|
"size": "1.5 inch",
|
|
"resolution": "360x360"
|
|
},
|
|
"battery": {
|
|
"capacity": "300mAh",
|
|
"life": "48 hours"
|
|
},
|
|
"features": ["heart-rate", "gps", "waterproof"]
|
|
},
|
|
"variants": [
|
|
{
|
|
"color": "black",
|
|
"sku": "SW-BLK-001",
|
|
"price": 199.99
|
|
},
|
|
{
|
|
"color": "silver",
|
|
"sku": "SW-SLV-001",
|
|
"price": 219.99
|
|
}
|
|
]
|
|
} |