Untitled
unknown
json
2 years ago
1.6 kB
6
Indexable
{ "id": 1, "name": "iphone", "price": 0, "image": null, "description": "", "specific": "", "createdAt": "2022-11-07T15:13:33.000Z", "updatedAt": "2022-11-07T15:13:33.000Z", "product_details": [ { "id": 1, "name": "iphone", "price": "0", "image": null, "description": "", "options": [ { "id": 1, "name": "ram", "unit": "GB", "value": "8" }, { "id": 2, "name": "color", "unit": "", "value": "red" }, { "id": 3, "name": "storage", "unit": "GB", "value": "256" } ] }, { "id": 2, "name": "iphone", "price": "0", "image": null, "description": "", "options": [ { "id": 1, "name": "ram", "unit": "GB", "value": "16" }, { "id": 2, "name": "color", "unit": "", "value": "green" }, { "id": 3, "name": "storage", "unit": "GB", "value": "512" } ] } ], "option": [ { "key": "color", "value": [ "red", "green" ], "unit": "" }, { "key": "ram", "value": [ "8", "16" ], "unit": "GB" }, { "key": "ram", "value": [ "256", "512" ], "unit": "GB" } ] }
Editor is loading...