Function simd_json::to_vec_pretty[][src]

pub fn to_vec_pretty<T: ?Sized>(to: &T) -> Result<Vec<u8>> where
    T: Serialize
Expand description

Write a value to a vector

Errors

when the data can not be written