-
Notifications
You must be signed in to change notification settings - Fork 0
/
child_list.json
36 lines (36 loc) · 1.21 KB
/
child_list.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
[
{
"id": "1",
"code": "0011",
"fname" : "حسن",
"lname": "قاسمی",
"birthdate": "04/06/1994",
"birthPlace": "Tehran",
"nationality": "Iranian",
"familyCount": "3",
"degree": "bachelor",
"housing": "no",
"ngo": "ngo1",
"phone": "09370000000",
"addr": "addr1",
"invoice": "invoice file",
"action": "<a class='edit btn btn-sm btn-default' href='javascript:;'><i class='icon-note'></i></a> <a class='delete btn btn-sm btn-danger' href='javascript:;'><i class='icons-office-52'></i></a>"
},
{
"id": "2",
"code": "0022",
"fname" : "Hasan",
"lname": "Qasemi",
"birthdate": "04/06/1994",
"birthPlace": "Tehran",
"nationality": "Iranian",
"familyCount": "3",
"degree": "bachelor",
"housing": "no",
"ngo": "ngo1",
"phone": "09370000000",
"addr": "addr1",
"invoice": "invoice file",
"action": "<a class='edit btn btn-sm btn-default' href='javascript:;'><i class='icon-note'></i></a> <a class='delete btn btn-sm btn-danger' href='javascript:;'><i class='icons-office-52'></i></a>"
}
]