pub fn escape_sqlserver_json_path(path: &[String]) -> String
Escape a JSON path for SQL Server JSON_VALUE.
SQL Server JSON paths use dot notation: ‘$.field.subfield’ Single quotes must be escaped for SQL string literals.