unescape

Function unescape 

Source
pub fn unescape<I: AsRef<[u8]> + ?Sized>(input: &I) -> Unescape<'_> 
Expand description

Creates an iterator that yields chunks of an unescaped JSON string.

See the module-level documentation for more details.