Function jf::format_pretty

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

Render and format the template into pretty JSON.