Function jf::format_yaml

source ·
pub fn format_yaml<'a, I>(args: I) -> Result<String>where
    I: IntoIterator<Item = Cow<'a, str>>,
Expand description

Render and format the template into value JSON using the given arguments.