18 lines
306 B
Markdown
18 lines
306 B
Markdown
# export_session_json
|
|
|
|
## API Definition
|
|
|
|
```python
|
|
def export_session_json(session: 'GraphSession', indent: int = 2) -> str
|
|
```
|
|
|
|
*Source: serializer.py*
|
|
|
|
## Import Surface
|
|
|
|
- top-level: `from simplecadapi import export_session_json`
|
|
|
|
## Description
|
|
|
|
Export a graph session including its expression graph.
|