-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers.json
More file actions
32 lines (32 loc) · 908 Bytes
/
Copy pathusers.json
File metadata and controls
32 lines (32 loc) · 908 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
[
{
"userName": "harrypotter",
"firstName": "Harry",
"lastName": "Potter",
"email": "harry@hogwarts.ac.uk",
"street": "#4 Privet Drive",
"city": "Little Whinging, Surrey",
"zipCode": "12345",
"creditCard": "4111-1111-1111-1111"
},
{
"userName": "ronweasley",
"firstName": "Ronald",
"lastName": "Weasley",
"email": "ronw@hogwarts.ac.uk",
"street": "The Burrow",
"city": "Ottery St. Catchpole",
"zipCode": "51413",
"creditCard": "5111-1111-1111-1111"
},
{
"userName": "hgranger",
"firstName": "Hermione",
"lastName": "Granger",
"email": "hgranger@hogwarts.ac.uk",
"street": "123 Spinners End",
"city": "London",
"zipCode": "93814",
"creditCard": "6111-1111-1111-1111"
}
]