var._escapeJSONString
private
string _escapeJSONString(const string s) @safeEscape a string for inclusion into JSON-like output.
Fast path: if the input contains no characters that need escaping (no quotes, backslashes, or control characters < 0x20), returns the original string slice without allocating.