serde_json_core::ser
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