forked from filipemorelli/flutter_mobx_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
74 lines (74 loc) · 1.44 KB
/
db.json
File metadata and controls
74 lines (74 loc) · 1.44 KB
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
{
"posts": [
{
"id": 3,
"creation-date": "2021-06-02 10:11",
"text": "This is another post!"
},
{
"id": 2,
"creation-date": "2021-06-02 12:11",
"text": "This is a post!"
},
{
"id": 1,
"creation-date": "2021-06-01 14:11",
"text": "First!"
},
{
"text": "I just added this from Postman",
"creation-date": "2021-06-03 11:10",
"id": 5
},
{
"text": "I just added this from Postman2",
"creation-date": "2021-06-04 10:10",
"id": 6
},
{
"text": "test",
"creation-date": "2021-06-16 11:29:36.178895",
"id": 7
},
{
"text": "test 3",
"creation-date": "2021-06-16 11:29:50.054625",
"id": 8
},
{
"text": "",
"creation-date": "2021-06-16 11:56:00.178866",
"id": 9
},
{
"text": "",
"creation-date": "2021-06-16 11:56:21.636490",
"id": 10
},
{
"text": "",
"creation-date": "2021-06-16 11:56:32.360321",
"id": 11
},
{
"text": "test",
"creation-date": "2026-04-11 10:37:54.598920",
"id": 12
},
{
"text": "test",
"creation-date": "2026-04-11 10:45:56.365030",
"id": 13
},
{
"text": "test",
"creation-date": "2026-04-11 10:50:47.224443",
"id": 14
},
{
"text": "test",
"creation-date": "2026-04-11 10:53:55.114173",
"id": 15
}
]
}