serde_json::read

Function peek_or_eof

Source
fn peek_or_eof<'de, R>(read: &mut R) -> Result<u8>
where R: ?Sized + Read<'de>,