Function wafer::output::write_json[][src]

fn write_json(
    array: &ArrayView3<R64>,
    filename: &str,
    err_kind: ErrorKind
) -> Result<(), Error>

Outputs an array to disk in json format

Arguments

*array - The array to output