render_string

Function 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.