py3dframe.Frame.load_from_json#
- classmethod Frame.load_from_json(filename: str) Frame [source]#
Load the Frame object from a JSON file.
See also
method
py3dframe.Frame.load_from_dict()
to load the Frame object from a dictionary.
- Parameters:
filename (str) – The name of the JSON file.
- Returns:
The Frame object.
- Return type: