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