to_vec_pretty

Function to_vec_pretty 

Source
pub fn to_vec_pretty<T: Serialize>(value: &T) -> Result<Vec<u8>, JsonError>
Expand description

Serialize a value to a pretty-printed JSON byte vector.