pub fn matrix_to_json<N, R, C, S>(matrix: &Matrix<N, R, C, S>) -> Valuewhere N: Scalar, R: Dim, C: Dim, S: Serialize,
Convert matrix to json.