Skip to main content
Version: Next

IdentifierQuote

endstring

Character that closes a quoted identifier

escape_by_doublingboolean

Whether an embedded closing-quote character is escaped by doubling it (True) or with a backslash escape (False, e.g. BigQuery's GoogleSQL backtick identifiers)

startstring

Character that opens a quoted identifier

IdentifierQuote
{
"end": "string",
"escape_by_doubling": true,
"start": "string"
}