imgui_export_json
Export the current UI layout to structured JSON, including version, window properties, and widgets. Optionally save to a file or get inline output.
Instructions
Export the current UI layout as structured JSON with version info, window properties, and all widget definitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional file path to write the JSON to. If omitted, JSON is returned inline. |