8801ac9e64
JsonFormat now implements https://jsonfeed.org/version/1 Closes #618
19 lines
264 B
JSON
19 lines
264 B
JSON
{
|
|
"server": {
|
|
"HTTPS": "on",
|
|
"HTTP_HOST": "example.com",
|
|
"REQUEST_URI": "/feed"
|
|
},
|
|
"meta": {
|
|
"name": "Sample feed with minimum data",
|
|
"uri": "",
|
|
"icon": ""
|
|
},
|
|
"items": [
|
|
{
|
|
"title": "Sample Item #1"
|
|
},{
|
|
"title": "Sample Item #2"
|
|
}
|
|
]
|
|
}
|