FasterXML / FasterXML/jackson3-dev
Allow for-each loop for `ObjectNode`s
Open
enhancement
functionality-change
- Dominant language
- No language data
- Stars
- 6
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
(note: PR exists -- https://github.com/FasterXML/jackson-databind/pull/1590 -- but probably needs some changes)
So: 2.x API exposes `Iterator` approach, but that is bit clumsy. API should either be changed (which would be sub-optimal since this does not have to break), or augmented (probably preferable) to allow use of `Iterable` instead, both for field names and entries.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.