Function jsonutils::write_json

source ·
pub fn write_json<T: Serialize>(
    path: &str,
    json: T,
    indent: Indent
) -> Result<()>