pub fn to_json_vec<T>(data: &T) -> StdResult<Vec<u8>>where T: Serialize + ?Sized,
Serializes the given data structure as a JSON byte vector.