polars.LazyFrame.from_json#

classmethod LazyFrame.from_json(json: str) Self[source]#

Read a logical plan from a JSON string to construct a LazyFrame.

Parameters:
json

String in JSON format.

See also

read_json