Function serde_json::read::ignore_escape
source ยท fn ignore_escape<'de, R>(read: &mut R) -> Result<()>
Expand description
Parses a JSON escape sequence and discards the value. Assumes the previous byte read was a backslash.
fn ignore_escape<'de, R>(read: &mut R) -> Result<()>
Parses a JSON escape sequence and discards the value. Assumes the previous byte read was a backslash.