polars.LazyFrame.from_json#

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

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

Deprecated since version 0.18.12: This method is deprecated. Convert the JSON string to StringIO and then use LazyFrame.deserialize.

Parameters:
json

String in JSON format.

See also

deserialize