pub fn unescape<I: AsRef<[u8]> + ?Sized>(input: &I) -> Unescape<'_> ⓘ
Creates an iterator that yields chunks of an unescaped JSON string.
See the module-level documentation for more details.