-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
118 lines (118 loc) · 2.39 KB
/
db.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"contact": [
{
"id": 1,
"name": "Naruto Uzumaki",
"email": "[email protected]",
"phoneNumber": 1234567890
},
{
"id": 2,
"name": "Sasuke Uchiha",
"email": "[email protected]",
"phoneNumber": 9876543210
},
{
"id": 3,
"name": "Sakura Haruno",
"email": "[email protected]",
"phoneNumber": 5555555555
},
{
"id": 4,
"name": "Kakashi Hatake",
"email": "[email protected]",
"phoneNumber": 7777777777
},
{
"id": 5,
"name": "Hinata Hyuga",
"email": "[email protected]",
"phoneNumber": 8888888777
},
{
"id": 6,
"name": "Shikamaru Nara",
"email": "[email protected]",
"phoneNumber": 1111111111
},
{
"id": 7,
"name": "Minato Namikaze",
"email": "[email protected]",
"phoneNumber": 2222222222
},
{
"id": 8,
"name": "Rock Lee",
"email": "[email protected]",
"phoneNumber": 3333333333
},
{
"id": 9,
"name": "Gaara",
"email": "[email protected]",
"phoneNumber": 4444444444
},
{
"id": 10,
"name": "Jiraiya Sensei",
"email": "[email protected]",
"phoneNumber": 6666666444
},
{
"id": 11,
"name": "Hashirama Senju",
"email": "[email protected]",
"phoneNumber": 1236547896
},
{
"id": 12,
"name": "Obito Uchiha",
"email": "[email protected]",
"phoneNumber": 5544778855
},
{
"id": 13,
"name": "Madara Uchiha",
"email": "[email protected]",
"phoneNumber": 5523655898
},
{
"id": 14,
"name": "Might Guy",
"email": "[email protected]",
"phoneNumber": 9985475541
},
{
"id": 15,
"name": "Tsunade Senju",
"email": "[email protected]",
"phoneNumber": 7452154854
},
{
"id": 16,
"name": "Itachi Uchiha",
"email": "[email protected]",
"phoneNumber": 9696598568
},
{
"id": 17,
"name": "Neji Hyuga",
"email": "[email protected]",
"phoneNumber": 9658745896
},
{
"id": 18,
"name": "Deidara",
"email": "[email protected]",
"phoneNumber": 7412589635
},
{
"id": 19,
"name": "Tobirama Senju",
"email": "[email protected]",
"phoneNumber": 8855447799
}
]
}