py3dframe.FrameTree.from_json#

classmethod FrameTree.from_json(filename)[source]#

Load a FrameTree object from a JSON file.

See also

  • method from_dict() to load the FrameTree object from a dictionary.

Parameters:

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

Returns:

The loaded FrameTree object.

Return type:

FrameTree