Skip to main content

write_json

Function write_json 

Source
pub fn write_json(
    output: &str,
    json: &BTreeMap<String, Value>,
) -> Result<(), Error>