-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlarge_test.json
More file actions
39 lines (39 loc) · 1004 Bytes
/
large_test.json
File metadata and controls
39 lines (39 loc) · 1004 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
36
37
38
39
[
{
"id": "64e1c8f8-3b3f-4b1e-8e8e-8e8e8e8e8e8e",
"name": "Generated Entry 1",
"isActive": true,
"balance": "$2,345.67",
"age": 30,
"eyeColor": "blue",
"company": "TECHCORP",
"email": "user1@techcorp.com",
"phone": "+1 (555) 000-0001",
"address": "123 Main St, Anytown, CA, 90210",
"about": "A dynamically generated description for testing purposes.",
"registered": "2023-01-01T12:00:00 -08:00",
"latitude": 34.0522,
"longitude": -118.2437,
"tags": [
"json",
"large",
"test",
"data",
"performance"
],
"friends": [
{
"id": 0,
"name": "Friend Zero"
},
{
"id": 1,
"name": "Friend One"
},
{
"id": 2,
"name": "Friend Two"
}
]
}
]