Spotted this on JsonParser#readBinaryValue(OutputStream): https://github.com/FasterXML/jackson-core/blob/6bd858a78b3d0a0c71b4760dcffe075050cd5a4d/src/main/java/com/fasterxml/jackson/core/JsonParser.java#L2115-L2116
I think this line should be pointing towards getBinaryValue, although BigIntegers do get large sometimes 😸
Comment From: cowtowncoder
Thank you @apeteri !