py3dframe.Frame.save_to_json#
- Frame.save_to_json(filename: str) None [source]#
Save the Frame object to a JSON file.
See also
method
py3dframe.Frame.save_to_dict()
to save the Frame object to a dictionary.
- Parameters:
filename (str) – The name of the JSON file.