escape_str

Function escape_str 

Source
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.