You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmmmh. Probably have to special case handling of actual ObjectNode and ArrayNode implementations (but delegate to everyone else). Probably doable, somewhat similar to non-recursive deserialization.
Describe the bug
After parsing a deeply nested JSON input stream to an ObjectMapper the returned
JsonNode
throws a StackOverflowError fortoString()
.Method threw 'java.lang.StackOverflowError' exception. Cannot evaluate com.fasterxml.jackson.databind.node.ObjectNode.toString()
Version information
2.13.2.2
To Reproduce
The text was updated successfully, but these errors were encountered: