-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathusers.json
66 lines (66 loc) · 1.48 KB
/
users.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
[
{
"name": "Charlie",
"intro": "Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book."
},
{
"name": "Jeff",
"intro": "Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book."
},
{
"name": "Hui Lin",
"intro": "Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book."
},
{
"name": "Carlos",
"intro": " charlie said i suck"
},
{
"name": "New Guy 1 = J.J",
"intro": "I'm better than Joseph Rojas"
},
{
"name": "Syed",
"intro": "Yo!"
},
{
"name": "Yan",
"intro": "Hello"
},
{
"name": "Navid",
"intro": "Hi I am a not a new guy!"
},
{
"name": "Julian Moskovits",
"intro": "Sup Charlie?"
},
{
"name": "Eli",
"intro": "yooooo!"
},
{
"name": "Hammad Ahmad",
"intro": "Hi I am sexy guy! i love coding"
},
{
"name": "Xin",
"intro": "yooooo!"
},
{
"name": “Peter”,
"intro": “I’m the new guy!”
},
{
"name": "New Guy 10",
"intro": "Hi I am a new guy!"
},
{
"name": "New Guy 11",
"intro": "Hi I am a new guy!"
},
{
"name": "New Guy 12",
"intro": "Hi I am a new guy!"
}
]