Function serenity::json::to_vec_pretty

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

Serialize the given data structure as a pretty-printed JSON byte vector.