export_json
Export an ASCII art project as structured JSON data for programmatic processing. Optionally save to file or include project metadata.
Instructions
Export the project as structured JSON data. Good for programmatic processing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | No | File path to save to (relative to project dir). If omitted, returns content only. | |
| includeMetadata | No | Include project metadata | |
| humanReadable | No | Pretty-print JSON | |
| includeEmptyCells | No | Include cells with default values |