forked from immodded/PyNestServer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
72 lines (72 loc) · 1.49 KB
/
data.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[
{
"id": 1,
"name": "John Doe",
"age": 28,
"city": "New York",
"email": "john.doe@example.com"
},
{
"id": 2,
"name": "Jane Smith",
"age": 35,
"city": "Los Angeles",
"email": "jane.smith@example.com"
},
{
"id": 3,
"name": "Alex Johnson",
"age": 22,
"city": "Chicago",
"email": "alex.johnson@example.com"
},
{
"id": 4,
"name": "Emily White",
"age": 30,
"city": "San Francisco",
"email": "emily.white@example.com"
},
{
"id": 5,
"name": "Michael Brown",
"age": 25,
"city": "Miami",
"email": "michael.brown@example.com"
},
{
"id": 6,
"name": "Sophia Lee",
"age": 28,
"city": "Seattle",
"email": "sophia.lee@example.com"
},
{
"id": 7,
"name": "William Turner",
"age": 32,
"city": "Boston",
"email": "william.turner@example.com"
},
{
"id": 8,
"name": "Olivia Harris",
"age": 27,
"city": "Denver",
"email": "olivia.harris@example.com"
},
{
"id": 9,
"name": "Daniel Miller",
"age": 29,
"city": "Austin",
"email": "daniel.miller@example.com"
},
{
"id": 10,
"name": "Ava Martinez",
"age": 24,
"city": "Atlanta",
"email": "ava.martinez@example.com"
}
]