Skip to content

Commit 653ebd0

Browse files
authored
Create users.json
1 parent 841d7c1 commit 653ebd0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

json/jsonp/users.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"name": "John Doe",
4+
"occupation": "gardener",
5+
"born": "1992-03-02"
6+
},
7+
{
8+
"name": "Brian Flemming",
9+
"occupation": "teacher",
10+
"born": "1967-11-22"
11+
},
12+
{
13+
"name": "Lucy Black",
14+
"occupation": "accountant",
15+
"born": "1995-04-07"
16+
},
17+
{
18+
"name": "William Bean",
19+
"occupation": "pilot",
20+
"born": "1977-10-31"
21+
}
22+
]

0 commit comments

Comments
 (0)