Frontmatter
| id | 8303 |
| title | [Neural Link] Implement toJSON for AmChart and Monaco |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Jan 3, 2026, 10:08 PM |
| updatedAt | Jan 3, 2026, 10:13 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8303 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8200 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 3, 2026, 10:13 PM |
[Neural Link] Implement toJSON for AmChart and Monaco
tobiu assigned to @tobiu on Jan 3, 2026, 10:09 PM
tobiu added parent issue #8200 on Jan 3, 2026, 10:09 PM

tobiu
Jan 3, 2026, 10:13 PM
Input from Gemini 2.5 pro:
✦ I have implemented
toJSONforAmChartandMonacoEditorto export their domain-specific configurations.AmChart: Exports
chartConfig,chartData,chartType, etc. MonacoEditor: Exportsvalue,language,editorTheme,options, etc.This enables the Neural Link (and Infinite Canvas agents) to inspect the content and definition of these complex components.
Changes committed in
feat(wrapper): Implement toJSON for AmChart and MonacoEditor #8303.
tobiu closed this issue on Jan 3, 2026, 10:13 PM
Implement
toJSONserialization forNeo.component.wrapper.AmChartandNeo.component.wrapper.MonacoEditor.AmChart Scope:
chartConfigchartDatachartTypedataPathpackageMonacoEditor Scope:
editorConfiglanguagethemevalueGoal: Enable Neural Link to inspect chart definitions and editor content.