Function serde_json::read::peek_or_eof

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