Function backdown::write_in_file

source ·
pub fn write_in_file(name: &str, value: &Value) -> Result<PathBuf>
Expand description

write a JSON value in a file whose name will be based on the provided name, with a date and if necessary with an additional number to avoid collision.