-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
19 lines (19 loc) · 824 Bytes
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"todos": [
{ "id": 1, "title": "salam", "status": false },
{ "id": 2, "title": "farnaz", "status": false },
{ "id": 3, "title": "chetori", "status": false },
{ "id": 4, "title": "chetori", "status": false },
{ "id": 6, "title": "chetori", "status": false },
{ "id": 7, "title": "chetori", "status": false },
{ "id": 8, "title": "chetori", "status": false },
{ "id": 11, "title": "wefew", "status": false },
{ "id": 5, "title": "ewfwef", "status": false },
{ "id": 9, "title": "ewfwf", "status": false },
{ "id": 10, "title": "chetori", "status": false },
{ "id": 12, "title": "fewfwe", "status": false },
{ "id": 13, "title": "fwefwe", "status": false },
{ "id": 14, "title": "chetori", "status": false },
{ "id": 15, "title": "ewfwe", "status": false }
]
}