snowflake.snowpark.DataFrameReader.jsonΒΆ DataFrameReader.json(path: str) β DataFrame[source]ΒΆ Specify the path of the JSON file(s) to load. Parameters: path β The stage location of a JSON file, or a stage location that has JSON files. Returns: a DataFrame that is set up to load data from the specified JSON file(s) in a Snowflake stage.