Function to_json_vec

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