Function serenity::json::to_vec

source ยท
pub fn to_vec<T>(value: &T) -> Result<Vec<u8>>
where T: ?Sized + Serialize,
Expand description

Serialize the given data structure as a JSON byte vector.