pub fn json_string_encode(payload: &str) -> String
JSON string encoding — wraps the payload in a JSON string with proper escaping.
Context: ONLY safe when the target parser performs JSON decoding.