Function liquid_json::render_string

source ·
pub fn render_string(template: &str, data: &Value) -> Result<String, Error>
Expand description

Utility function to render a basic string with a serde_json::Value instead of dealing with [liquid::Object].