pub fn escape<S: AsRef<str>>(input: S) -> String
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.