FasterXML / FasterXML/jackson-dataformat-xml

Improve support for XML lists via `JsonNode`

Open
#695 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
631
Forks
246
Avg merge
7d 9h
Merged PRs (30d)
13

Description

Hello. I understand that Jackson 3 plans to better support formats other than JSON. In particular, for XML, it would be nice to have a method like `JsonNode.getArray(String element)` to get XML node lists in `ArrayNode` format automatically, even for 1 element lists which are currenty returned by `JsonNode.get("element")` as an `ObjectNode`. For more context please see [this SO question](https://stackoverflow.com/questions/79274373/how-to-parse-xml-lists-with-jackson-without-a-special-case-for-1-element-lists). Thanks!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.