aboutsummaryrefslogtreecommitdiff
path: root/internal/jsonfeed/testdata/feed.json
blob: b791f90ddc0eae034db043dec51839fc3779b104 (plain)
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
{
    "version": "https://jsonfeed.org/version/1",
    "title": "JSON Feed",
    "description": "JSON Feed is a ...",
    "home_page_url": "https://jsonfeed.org/",
    "feed_url": "https://jsonfeed.org/feed.json",
    "user_comment": "This feed allows ...",
    "favicon": "https://jsonfeed.org/graphics/icon.png",
    "author": {
      "name": "Brent Simmons and Manton Reece"
    },
    "authors": [
      {
        "name": "Brent Simmons"
      },
      {
        "name": "Manton Reece"
      }
    ],
    "items": [
      {
        "id": "https://jsonfeed.org/2017/05/17/announcing_json_feed",
        "url": "https://jsonfeed.org/2017/05/17/announcing_json_feed",
        "title": "Announcing JSON Feed",
        "content_html": "<p>We ...",
        "date_published": "2017-05-17T08:02:12-07:00"
      }
    ]
  }