FasterXML / FasterXML/jackson3-dev
Allow for-each loop for `ObjectNode`s
Abierto
enhancement
functionality-change
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 6
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
(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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.