mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-09-02 12:43:13 +02:00
format: Refactor JsonFormat to JSON Feed version 1 (#988)
JsonFormat now implements https://jsonfeed.org/version/1 Closes #618
This commit is contained in:
7
tests/samples/expectedJsonFormat/feed.empty.json
Normal file
7
tests/samples/expectedJsonFormat/feed.empty.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"version": "https://jsonfeed.org/version/1",
|
||||
"title": "Sample feed with minimum data",
|
||||
"home_page_url": "https://github.com/RSS-Bridge/rss-bridge/",
|
||||
"feed_url": "https://example.com/feed",
|
||||
"items": []
|
||||
}
|
Reference in New Issue
Block a user