pub fn escape_str(s: &str) -> Escape<'_> ⓘExpand description
Creates an iterator that yields chunks of an escaped JSON string.
See the module-level documentation for more details.
pub fn escape_str(s: &str) -> Escape<'_> ⓘCreates an iterator that yields chunks of an escaped JSON string.
See the module-level documentation for more details.