merde_json

Function to_vec

source
pub fn to_vec<T: JsonSerialize>(value: &T) -> Vec<u8> 
Expand description

Serialize the given data structure as a JSON byte vector.