Parse a JSON Feed into feed metadata, authors, items, dates, and attachments.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
The feed object is checked for version, title, URLs, authors, and item fields such as id, content, dates, and attachments; extension keys remain available. Required fields are reported before optional metadata.
{"version":"https://jsonfeed.org/version/1.1","title":"My Blog","items":[{"id":"1","content_text":"Hello world","url":"https://example.com/1"}]}
ID: 1 URL: https://example.com/1 Content text: Hello world
Lightweight readers, static sites, and feed-format migrations parse JSON Feed.