save_to_json

compas_slicer.utilities.save_to_json(data, filepath, name)[source]

Save the provided data to json on the filepath, with the given name

Parameters
  • data (dict_or_list)

  • filepath (str)

  • name (str)