Advertisement
craftyoyo

news

Feb 21st, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.50 KB | None | 0 0
  1. {
  2.     "version": "https://jsonfeed.org/version/1",
  3.     "title": "My Example Feed",
  4.     "home_page_url": "https://example.org/",
  5.     "feed_url": "https://example.org/feed.json",
  6.     "items": [
  7.         {
  8.             "id": "2",
  9.             "content_text": "This is a second item.",
  10.             "url": "https://example.org/second-item"
  11.         },
  12.         {
  13.             "id": "1",
  14.             "content_html": "<p>Hello, world!</p>",
  15.             "url": "https://example.org/initial-post"
  16.         }
  17.     ]
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement