-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
40 lines (40 loc) · 1.63 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
39
40
{
"tweets":[
{
"id": 1,
"text":"Today we\u2019re sharing our vision for the future of the Twitter API platform!\nhttps:\/\/t.co\/XweGngmxlP",
"user":{
"id":2244994945,
"name":"Twitter Dev",
"screen_name":"TwitterDev",
"location":"Internet",
"url":"https:\/\/dev.twitter.com\/",
"description":"Your official source for Twitter Platform news, updates & events. Need technical help? Visit https:\/\/twittercommunity.com\/ \u2328\ufe0f #TapIntoTwitter"
}
},
{
"id": 2,
"text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
"user":{
"id":2244994946,
"name":"Some User",
"screen_name":"some_user",
"location":"Internet",
"url":"https:\/\/dev.twitter.com\/",
"description":"Your official source for Twitter Platform news, updates & events. Need technical help? Visit https:\/\/twittercommunity.com\/ \u2328\ufe0f #TapIntoTwitter"
}
},
{
"id": 3,
"text": "Quarterdeck handsomely carouser rigging strike colors fathom Jack Ketch ho Nelsons folly prow.",
"user":{
"id":2244994947,
"name":"Some Other User",
"screen_name":"come_other_user",
"location":"Internet",
"url":"https:\/\/dev.twitter.com\/",
"description":"Your official source for Twitter Platform news, updates & events. Need technical help? Visit https:\/\/twittercommunity.com\/ \u2328\ufe0f #TapIntoTwitter"
}
}
]
}