pub fn to_vec<T>(value: &T) -> Result<Vec<u8>>Expand description
Serialize the given data structure as a JSON byte vector.
Equivalent to serde_json::to_vec but with errors extended with serde_path_to_error.
See serde_json::to_vec for more documentation.