Frontmatter
| id | 8297 |
| title | [Neural Link] Implement toJSON in component.Base (add keys) |
| state | Closed |
| labels | enhancementaiarchitecture |
| assignees | tobiu |
| createdAt | Jan 3, 2026, 12:51 PM |
| updatedAt | Jan 3, 2026, 9:01 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8297 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 8200 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 3, 2026, 9:01 PM |
Update
Neo.component.Base.toJSONto include thekeysconfiguration.Implementation:
keys: Returnme.keys?.toJSON().Goal: Standardize serialization for Neural Link.