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.