-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata.json
More file actions
28 lines (28 loc) · 698 Bytes
/
data.json
File metadata and controls
28 lines (28 loc) · 698 Bytes
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
{
"title" : "Home Page",
"subtitle" : "This is a great page",
"articles": [
{
"id": 1,
"title": "Article 1",
"subtitle": "First article",
"author": {
"name": "John",
"lastname": "Doe"
}
},
{
"id": 2,
"title": "Article 2",
"subtitle": "Second article",
"author": {
"name": "James",
"lastname": "Foo"
}
}
],
"image": {
"url": "https://camo.githubusercontent.com/0cd910e76658429374539a8d72a0608783918aae/68747470733a2f2f7261776769742e636f6d2f676f72616e67616a69632f72656163742d69636f6e732f6d61737465722f72656163742d69636f6e732e737667",
"alt": "my home page cover image"
}
}