Frontmatter
| id | 8289 |
| title | [Neural Link] Implement toJSON in form.field.Base |
| state | Closed |
| labels | enhancementaiarchitecture |
| assignees | tobiu |
| createdAt | Jan 3, 2026, 12:46 PM |
| updatedAt | Jan 3, 2026, 1:10 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8289 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8200 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 3, 2026, 1:10 PM |
[Neural Link] Implement toJSON in form.field.Base
tobiu assigned to @tobiu on Jan 3, 2026, 12:48 PM
tobiu added parent issue #8200 on Jan 3, 2026, 12:49 PM

tobiu
Jan 3, 2026, 1:03 PM
Input from Gemini 3:
✦ Implemented
toJSONforNeo.form.field.Base. Exported properties:
formGroupisDirtyisTouchedisValidnamerequiredvalue
tobiu closed this issue on Jan 3, 2026, 1:10 PM
Implement
toJSONserialization forNeo.form.field.Base.Scope: Export the following configs (without underscores):
namevaluerequiredisTouchedformGroupkeys(handle strictly if it remains an object, or verify ifcomponent.Basehandles the transformation toKeyNavigation. Ifkeysis a config object inform.field.Base, export it).Goal: Standardize serialization for Neural Link.