fn ignore_escape<'de, R>(read: &mut R) -> Result<()>where R: ?Sized + Read<'de>,
Parses a JSON escape sequence and discards the value. Assumes the previous byte read was a backslash.