py3dframe.FrameTree.to_json#

FrameTree.to_json(filename)[source]#

Save the FrameTree object to a JSON file.

See also

  • method to_dict() to save the FrameTree object to a dictionary.

Parameters:

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

Return type:

None