JSON_UNQUOTE
Overview
Removes the surrounding quotes from a JSON string value and returns a plain text string. If the input has no surrounding quotes, it is returned as-is.
Syntax
Parameters
<str>: STRING type. The string to process. Note: JSON type input is not accepted. If you need to process a JSON column, cast it to STRING first.
