[−][src]Function df_st_api::write_json_file
pub fn write_json_file<P: AsRef<Path>, C: Serialize>(
filename: P,
object: &C
) -> Result<(), Error>
Write A Json object to a file
pub fn write_json_file<P: AsRef<Path>, C: Serialize>(
filename: P,
object: &C
) -> Result<(), Error>
Write A Json object to a file