pub fn json_to_buf<B: Default + BufMut, T: Serialize>(val: &T) -> Result<B>
Creates a buffer and writes a serializable value to it.