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

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.