Frontmatter
| id | 3542 |
| title | data.Model: fields should support arrays inside mapping |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Oct 20, 2022, 6:30 PM |
| updatedAt | Sep 14, 2024, 4:26 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3542 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 14, 2024, 4:26 AM |
sometimes APIs use weird formatting, like
link[1].attributes.hrefhttps://itunes.apple.com/us/rss/topmusicvideos/limit=5/json
we can not use
Neo.ns()in this case and need a smarter algorithm.