Skip to main content

json_to_template_string

Function json_to_template_string 

Source
fn json_to_template_string(value: &Value) -> String
Expand description

Stringifies a resolved JSON value for template insertion: strings raw, scalars verbatim, null empty, containers as compact JSON.