The documentation states in the first sentence that there is a constructor in JsonNode derivations that take JsonElement in order to convert between them. However, looking at hte API docs, I see no such constructor.
Was this missed? What is the recommended way to convert from JsonElement to JsonNode?
Related to #52611
The documentation states in the first sentence that there is a constructor in
JsonNodederivations that takeJsonElementin order to convert between them. However, looking at hte API docs, I see no such constructor.Was this missed? What is the recommended way to convert from
JsonElementtoJsonNode?Related to #52611