Function cpp_to_rust_common::file_utils::save_json [] [src]

pub fn save_json<P: AsRef<Path>, T: Serialize>(path: P, value: &T) -> Result<()>