py3dframe.Frame.load_from_json#

classmethod Frame.load_from_json(filename: str) Frame[source]#

Load the Frame object from a JSON file.

See also

Parameters:

filename (str) – The name of the JSON file.

Returns:

The Frame object.

Return type:

Frame