snowflake.snowpark.functions.json_extract_path_text¶ snowflake.snowpark.functions.json_extract_path_text(col: ColumnOrName, path: ColumnOrName) → Column[source]¶ Parses a JSON string and returns the value of an element at a specified path in the resulting JSON document.