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