-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
41 lines (41 loc) · 952 Bytes
/
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
[
{
"id":1,
"userId":1,
"firstName":["Jack","text"],
"lastName":["Rackum","text"]
},
{
"id":3,
"userId":1,
"firstName":["Maria","text"],
"lastName":["Quinn","text"]
},
{
"firstName":["John","text"],
"lastName":["Doe","text"],
"email":["[email protected]","email"],
"homePhone":["","tel"],
"cellPhone":["","tel"],
"birthday":["","date"],
"website":["","url"],
"userId":1,
"id":4
},
{
"firstName":["Sally","text"],
"lastName":["Downs","text"],
"email":["","email"],
"favoriteColor":["#85dc28","color"],
"userId":1,
"id":5
},
{
"id":2,
"userId":1,
"firstName":["Ellery Oliver","text"],
"lastName":["Queen","text"],
"homephone":["123-456-7890","tel"],
"email":["[email protected]","email"]
}
]