pub fn encode<T: AsRef<[u8]>>(value: &T) -> Result<(&[u8], u32)>
Encodes pre-encoded JSON bytes with JSON common flags.