Function serde_json_core::ser::to_vec[][src]

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

Serializes the given data structure as a JSON byte vector