[][src]Function conjure_serde::json::to_vec

pub fn to_vec<T: ?Sized>(value: &T) -> Result<Vec<u8>, Error> where
    T: Serialize

Serializes a value as JSON into a byte buffer.