Module Description
The JSON Feed format is a pragmatic syndication format, like RSS and Atom, but with one big difference: it’s JSON instead of XML.
This module extends Views to provide a feed in the JSON Feed syndication format display plugin.
JSON Feed example feed output:
{ "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": "2", "content_text": "This is a second item.", "url": "https://example.org/second-item" }, { "id": "1", "content_html": "<p>Hello, world!</p>", "url": "https://example.org/initial-post" } ] } For details on the JSON Feed format, see the v1 spec.
This module extends Views to provide a feed in the JSON Feed syndication format display plugin.
JSON Feed example feed output:
{ "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": "2", "content_text": "This is a second item.", "url": "https://example.org/second-item" }, { "id": "1", "content_html": "<p>Hello, world!</p>", "url": "https://example.org/initial-post" } ] } For details on the JSON Feed format, see the v1 spec.
Module Link
Project Usage
408
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to provide a JSON Feed syndication format display plugin for Views.
Data Name
json_feed