-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresult.json
More file actions
35 lines (35 loc) · 865 Bytes
/
result.json
File metadata and controls
35 lines (35 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[
{
"dynamic_value": " PURPLE",
"no": "1.",
"product_name": "B Necklace",
"price": 2000.0,
"code": "BN",
"size": ["XS","S"],
"colors": ["PURPLE","RED"],
"created_at": { "__fire_ts_from_date__": "2025-01-02T21:10:29Z" },
"updated_at": "__fire_ts_now__"
},
{
"dynamic_value": "gh and BLUE",
"no": "2.",
"product_name": "G Handbag",
"price": 700.0,
"code": "GH",
"size": [],
"colors": ["BLUE","BROWN","RED"],
"created_at": { "__fire_ts_from_date__": "2024-09-01T11:34:29Z" },
"updated_at": "__fire_ts_now__"
},
{
"dynamic_value": " WHITE",
"no": "3.",
"product_name": "V Shirt",
"price": 60.0,
"code": "VG",
"size": ["XS"],
"colors": ["WHITE"],
"created_at": { "__fire_ts_from_date__": "2024-11-13T12:00:28Z" },
"updated_at": "__fire_ts_now__"
}
]