forked from keploy/samples-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
26 lines (26 loc) · 639 Bytes
/
Copy pathdata.json
File metadata and controls
26 lines (26 loc) · 639 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
[
{
"name": "John Doe",
"email": "john.doe@example.com",
"password": "password123",
"website": "www.johndoe.com"
},
{
"name": "Jane Smith",
"email": "jane.smith@example.com",
"password": "smith567",
"website": "www.janesmith.com"
},
{
"name": "Alice Johnson",
"email": "alice.johnson@example.com",
"password": "alicePass",
"website": "www.alicejohnson.com"
},
{
"name": "Bob Brown",
"email": "bob.brown@example.com",
"password": "brownPass789",
"website": "www.bobbrown.com"
}
]