pub fn to_vec<T, const N: usize>(value: &T) -> Result<Vec<u8, N>>where T: Serialize + ?Sized,
Serializes the given data structure as a JSON byte vector