pub fn escape_string(s: &str) -> String
The quoted, escaped literal as text: a"b -> "a\"b".
a"b
"a\"b"