-
Notifications
You must be signed in to change notification settings - Fork 1
/
import.json
38 lines (38 loc) · 901 Bytes
/
import.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
[
{
"title": "This One Weird Trick",
"body": "Doctors hate him, never pay for prescriptions again.",
"status": "public",
"comments": [
{
"body": "This is pretty bogus.",
"status": "public",
"commenter": "Willy"
}
]
},
{
"title": "Doge Coin",
"body": "Make millions while you sleep by investing in crypto!",
"status": "public",
"comments": [
{
"body": "Such a cute little doggy.",
"status": "public",
"commenter": "Meghan"
}
]
},
{
"title": "First World Problems",
"body": "Having a runny nose is considered to be the biggest first world problem, new research has revealed.",
"status": "archived",
"comments": [
{
"body": "Allergies are a symptom of a weakened immunity.",
"status": "public",
"commenter": "Harry"
}
]
}
]