save_json_file

Function save_json_file 

Source
pub fn save_json_file<T: Serialize>(
    path: &Path,
    value: &T,
) -> Result<(), StructuredFileError>