-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfruit_data.json
More file actions
32 lines (32 loc) · 2.2 KB
/
Copy pathfruit_data.json
File metadata and controls
32 lines (32 loc) · 2.2 KB
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
[
{"id": "1", "value": "apple", "timestamp": "2023-07-30T10:00:00Z"},
{"id": "2", "value": "banana", "timestamp": "2023-07-30T10:00:10Z"},
{"id": "3", "value": "cherry", "timestamp": "2023-07-30T10:00:20Z"},
{"id": "4", "value": "date", "timestamp": "2023-07-30T10:00:30Z"},
{"id": "5", "value": "elderberry", "timestamp": "2023-07-30T10:00:40Z"},
{"id": "6", "value": "fig", "timestamp": "2023-07-30T10:00:50Z"},
{"id": "7", "value": "grape", "timestamp": "2023-07-30T10:01:00Z"},
{"id": "8", "value": "honeydew", "timestamp": "2023-07-30T10:01:10Z"},
{"id": "9", "value": "icaco", "timestamp": "2023-07-30T10:01:20Z"},
{"id": "10", "value": "jackfruit", "timestamp": "2023-07-30T10:01:30Z"},
{"id": "11", "value": "kiwi", "timestamp": "2023-07-30T10:01:40Z"},
{"id": "12", "value": "lemon", "timestamp": "2023-07-30T10:01:50Z"},
{"id": "13", "value": "mango", "timestamp": "2023-07-30T10:02:00Z"},
{"id": "14", "value": "nectarine", "timestamp": "2023-07-30T10:02:10Z"},
{"id": "15", "value": "orange", "timestamp": "2023-07-30T10:02:20Z"},
{"id": "16", "value": "pineapple", "timestamp": "2023-07-30T10:02:30Z"},
{"id": "17", "value": "quince", "timestamp": "2023-07-30T10:02:40Z"},
{"id": "18", "value": "raspberry", "timestamp": "2023-07-30T10:02:50Z"},
{"id": "19", "value": "strawberry", "timestamp": "2023-07-30T10:03:00Z"},
{"id": "20", "value": "tangerine", "timestamp": "2023-07-30T10:03:10Z"},
{"id": "21", "value": "ugli fruit", "timestamp": "2023-07-30T10:03:20Z"},
{"id": "22", "value": "vanilla bean", "timestamp": "2023-07-30T10:03:30Z"},
{"id": "23", "value": "watermelon", "timestamp": "2023-07-30T10:03:40Z"},
{"id": "24", "value": "xigua", "timestamp": "2023-07-30T10:03:50Z"},
{"id": "25", "value": "yellow passionfruit", "timestamp": "2023-07-30T10:04:00Z"},
{"id": "26", "value": "zucchini", "timestamp": "2023-07-30T10:04:10Z"},
{"id": "27", "value": "apple", "timestamp": "2023-07-30T10:04:20Z"},
{"id": "28", "value": "banana", "timestamp": "2023-07-30T10:04:30Z"},
{"id": "29", "value": "cherry", "timestamp": "2023-07-30T10:04:40Z"},
{"id": "30", "value": "date", "timestamp": "2023-07-30T10:04:50Z"}
]