FunctionsJSON
to_json_string
Converts an input value to canonical JSON text. The result is returned as a String column containing the serialized JSON token for each row.
to_json_string(…) → StringKind · scalar
Converts an input value to canonical JSON text. The result is returned as a String column containing the serialized JSON token for each row.
Part of the JSON family.