You are viewing documentation about an older version (1.2.0). View latest version

snowflake.snowpark.functions.to_json¶

snowflake.snowpark.functions.to_json(e: ColumnOrName) → Column[source]¶

Converts any VARIANT value to a string containing the JSON representation of the value. If the input is NULL, the result is also NULL.