Skip to main content

render_json

Function render_json 

Source
fn render_json(base: &str, items: &[FeedItem]) -> Result<String, Error>
Expand description

渲染 JSON Feed 1.1 文档(serde_json 直接序列化,零新依赖)。