pub fn read_frame<R>(r: &mut R) -> Result<Option<Vec<u8>>, Error>where R: Read,
Read a length-prefixed JSON frame.