polars.read_json# polars.read_json(file: str | pathlib.Path | io.IOBase) → DataFrame[source]# Read into a DataFrame from a JSON file. Parameters: filePath to a file or a file-like object. See also read_ndjson