Skip to main content

escape

Function escape 

Source
pub fn escape(s: &str) -> String
Expand description

Escape s per the JSON spec: ", \, and control characters.