A sample JSON feed for experimenting
{ | |
"version": "https://jsonfeed.org/version/1", | |
"title": "My Example Feed", | |
"home_page_url": "https://example.org/", | |
"feed_url": "https://example.org/feed.json", | |
"items": [ | |
{ | |
"id": "3", | |
"content_html": "<p>This is a test post with an image:</p><img src=\"https://i.imgur.com/VBnsOdM.jpg\">", | |
"url": "https://example.org/3" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment