-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
39 lines (39 loc) · 830 Bytes
/
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
{
"posts": [
{
"id": 202557184236303200,
"number": 22222,
"date_supplied": "19-11-1995",
"date_created": "12-04-1995",
"comment": "2"
},
{
"id": 633053202874952300,
"number": 3333333,
"date_supplied": "12-08-1995",
"date_created": "07-10-1996",
"comment": "1"
},
{
"id": 351759282569948740,
"number": 44444,
"date_supplied": "08-09-1789",
"date_created": "09-12-1889",
"comment": "4"
},
{
"id": 541914460528803800,
"number": 5555,
"date_supplied": "12-09-1885",
"date_created": "13-02-1400",
"comment": "5"
},
{
"id": 214273746549829440,
"number": 66666,
"date_supplied": "13-08-1999",
"date_created": "12-08-1999",
"comment": "6"
}
]
}