OCaml library for JSONfeed parsing and creation
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 10 lines 210 B view raw
1{ 2 "version": "https://jsonfeed.org/version/1.1", 3 "title": "Feed with item missing content", 4 "items": [ 5 { 6 "id": "https://example.com/nocontent", 7 "title": "Item without content" 8 } 9 ] 10}