Deniz Husaj

Results 4 comments of Deniz Husaj

Same issue occurs when using e.g. `ObjectMapper.readTree(InputStream in)` where `in` is a JSON String with plain opening and closing square brackets e.g. "[[[[[]]]]]". But with a depth of 50 million...

@yawkat So there are no plans to forbid deeply nested JSON Arrays? But somehow I still get a `StackOverflowError` when having deeply nested JSON Objects with input streams like `{"abc0":...

@yawkat yes sorry you are right, it comes from the toString()... ```java Method threw 'java.lang.StackOverflowError' exception. Cannot evaluate com.fasterxml.jackson.databind.node.ObjectNode.toString() ``` But regarding deep nested JSONArrays there will be no depth...

@cowtowncoder yes sure https://github.com/FasterXML/jackson-databind/issues/3447