fn render_json(base: &str, items: &[FeedItem]) -> Result<String, Error>
渲染 JSON Feed 1.1 文档(serde_json 直接序列化,零新依赖)。
serde_json