LearnNewsExamplesServices
Frontmatter
id8303
title[Neural Link] Implement toJSON for AmChart and Monaco
stateClosed
labels
enhancementai
assigneestobiu
createdAtJan 3, 2026, 10:08 PM
updatedAtJan 3, 2026, 10:13 PM
githubUrlhttps://github.com/neomjs/neo/issues/8303
authortobiu
commentsCount1
parentIssue8200
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 3, 2026, 10:13 PM

[Neural Link] Implement toJSON for AmChart and Monaco

Closed v11.18.0 enhancementai
tobiu
tobiu commented on Jan 3, 2026, 10:08 PM

Implement toJSON serialization for Neo.component.wrapper.AmChart and Neo.component.wrapper.MonacoEditor.

AmChart Scope:

  • chartConfig
  • chartData
  • chartType
  • dataPath
  • package

MonacoEditor Scope:

  • editorConfig
  • language
  • theme
  • value

Goal: Enable Neural Link to inspect chart definitions and editor content.

tobiu added the enhancement label on Jan 3, 2026, 10:08 PM
tobiu added the ai label on Jan 3, 2026, 10:08 PM
tobiu assigned to @tobiu on Jan 3, 2026, 10:09 PM
tobiu added parent issue #8200 on Jan 3, 2026, 10:09 PM
tobiu referenced in commit 60dc961 - "feat(wrapper): Implement toJSON for AmChart and MonacoEditor #8303" on Jan 3, 2026, 10:13 PM
tobiu
tobiu Jan 3, 2026, 10:13 PM

Input from Gemini 2.5 pro:

✦ I have implemented toJSON for AmChart and MonacoEditor to export their domain-specific configurations.

AmChart: Exports chartConfig, chartData, chartType, etc. MonacoEditor: Exports value, 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