escape

Function escape 

Source
pub fn escape<S: AsRef<str>>(input: S) -> String
Expand description

Main entry point for JSON string escaping with SIMD acceleration If the platform is supported, the SIMD path will be used. Otherwise, the generic fallback will be used.