Libs/Project/JsonProjectWriter.h
Namespaces
| Name |
|---|
| shapeworks User usage reporting (telemetry) |
Classes
| Name | |
|---|---|
| class | shapeworks::JsonProjectWriter JSON file format writer for Project. |
Source code
```cpp
pragma once
include "Project.h"
namespace shapeworks {
class JsonProjectWriter { public: static bool write_project(Project& project, std::string filename);
private: }; } // namespace shapeworks ```
Updated on 2026-03-31 at 16:02:11 +0000