Function json_io::save [] [src]

pub fn save<T: Encodable>(path: &Path, t: &T) -> Result<()Error>

Save a Library to a JSON file. The Path should be the absolute path of the file without the ".json" extension.