File size: 511 Bytes
b9f1935
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "products": [
        {
            "name": "Product 1",
            "details": "Details about Product 1",
            "price": 10.0,
            "image": "https://example.com/product1.jpg",
            "locations": ["Location 1", "Location 2"]
        },
        {
            "name": "Product 2",
            "details": "Details about Product 2",
            "price": 20.0,
            "image": "https://example.com/product2.jpg",
            "locations": ["Location 3", "Location 4"]
        }
    ]
}