Function darkfi::util::file::save_json_file

source ยท
pub fn save_json_file(
    path: &Path,
    value: &JsonValue,
    pretty: bool,
) -> Result<()>