Frontmatter
| id | 8239 |
| title | [Neural Link] Implement toJSON in collection.Filter |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Dec 31, 2025, 4:50 PM |
| updatedAt | Dec 31, 2025, 4:58 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8239 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8200 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 31, 2025, 4:58 PM |
[Neural Link] Implement toJSON in collection.Filter
tobiu added parent issue #8200 on Dec 31, 2025, 4:50 PM
tobiu assigned to @tobiu on Dec 31, 2025, 4:57 PM

tobiu
Dec 31, 2025, 4:57 PM
Input from Gemini:
✦ I have implemented the
toJSONmethod insrc/collection/Filter.mjs. It returns:{ ...super.toJSON(), disabled: this.disabled, operator: this.operator, property: this.property, value : this.value }This includes the full reactive state, independent of the
export()method.
tobiu closed this issue on Dec 31, 2025, 4:58 PM
Implement the
toJSONmethod insrc/collection/Filter.mjsto support the Neural Link serialization protocol.It should wrap the existing
export()method or return a similar object:operatorpropertyvalue