-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
42 lines (38 loc) · 1.14 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
{
"posts": [
{ "id": 1, "title": "Post 1" },
{ "id": 2, "title": "Post 2" },
{ "id": 3, "title": "Post 3" }
],
"comments": [
{ "id": 1, "body": "some comment", "postId": 1 },
{ "id": 2, "body": "some comment", "postId": 1 }
],
"key": {"user":
{
"id": 937094981084262400,
"id_str": "937094981084262400",
"name": "Corrente de Markov",
"screen_name": "CorrenteMarkov",
"description": "",
"url": null,
"protected": false,
"followers_count": 1,
"friends_count": 40,
"listed_count": 0,
"verified": false,
"statuses_count": 15,
"lang": "en",
"profile_background_color": "F5F8FA",
"profile_background_image_url": null,
"profile_image_url": "http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_normal.png",
"profile_link_color": "1DA1F2",
"profile_use_background_image": true,
"has_extended_profile": false,
"default_profile": true,
"default_profile_image": true,
"following": false,
"follow_request_sent": false,
},
}
}