{ "version": "https://jsonfeed.org/version/1", "title": "{{#encodeJSON}}{{{title}}}{{/encodeJSON}}", "description": "{{#encodeJSON}}Feed for {{{title}}}{{/encodeJSON}}", "home_page_url": "{{{blogURL}}}", "feed_url": "{{{blogURL}}}/jsonfeed.json", "items": [ {{#recentEntries}} { "id": "{{{absoluteURL}}}", "title": "{{#encodeJSON}}{{{title}}}{{/encodeJSON}}", {{#summary}} "summary": "{{#encodeJSON}}{{{summary}}}{{/encodeJSON}}", {{/summary}} {{#thumbnail.large}} "image": "{{{blogURL}}}{{{url}}}", {{/thumbnail.large}} "content_html": "{{#encodeJSON}}{{#absoluteURLs}}{{{body}}}{{/absoluteURLs}}{{/encodeJSON}}", "date_published": "{{#formatDate}}YYYY-MM-DDTHH:mm:ssZ{{/formatDate}}", "url": "{{{absoluteURL}}}" }{{^last}},{{/last}} {{/recentEntries}} ] }
Thanks to Amit Gawande and Jamie Thingelstad for their help with this guide. And thanks to Manton Reece and Brent Simmons for writing the JSON feed spec.