News

ObjectMapper ‘s JsonNode readTree(byte[] content) method deserializes JSON content into a tree of jackson.databind.JsonNode objects, and returns the root JsonNode object of this tree.
This is one the main features of the Jackson 2.15 release - an attempt to have Jackson fail if malicious input is provided. Most users do not use such large text entries in their JSON. You can ...