jackson-core
jackson-core copied to clipboard
Core part of Jackson that defines Streaming API as well as basic shared abstractions
Hi, I came across a case where I was comparing two Version objects like this: ```java Version version1 = new Version(1, 0, 0, "alpha"); Version version2 = new Version(1, 0,...
https://github.com/FasterXML/jackson-core/blob/6affde88dd3820b8c2eeb8700ae24b75651c8fcd/src/main/java/com/fasterxml/jackson/core/io/schubfach/FloatToDecimal.java#L408-L408 https://github.com/FasterXML/jackson-core/blob/6affde88dd3820b8c2eeb8700ae24b75651c8fcd/src/main/java/com/fasterxml/jackson/core/io/schubfach/FloatToDecimal.java#L415-L415 https://github.com/FasterXML/jackson-core/blob/6affde88dd3820b8c2eeb8700ae24b75651c8fcd/src/main/java/com/fasterxml/jackson/core/io/schubfach/FloatToDecimal.java#L426-L426 https://github.com/FasterXML/jackson-core/blob/6affde88dd3820b8c2eeb8700ae24b75651c8fcd/src/main/java/com/fasterxml/jackson/core/io/schubfach/FloatToDecimal.java#L440-L440 Fix the issue need to ensure that the type of the left-hand side (`f`) is at least as wide as the type of the right-hand side...
I'm currently trying to use `jackson-dataformat-cbor:2.19.0` and want to parse custom tags. Since I couldn't find specific examples, I attempted to implement it with the following code. ```java public class...
So, would be good to fill these 2 Wiki pages: * https://github.com/FasterXML/jackson-core/wiki/StreamReadConstraints * https://github.com/FasterXML/jackson-core/wiki/StreamWriteConstraints with basic listing of available options; copy-pasted from Javadocs as necessary.
In the following example scenario I want to only include the property `one` inside of the objects in the array and always include the array regardless if it is empty...
### Is your feature request related to a problem? Please describe. Hi, I made a novel, simple and super fast branch-free escaping algorithm at https://github.com/lemire/Code-used-on-Daniel-Lemire-s-blog/pull/116 and I would like to...
Request backport of fix for issue #1274 (NUL-corrupted keys, values on JSON serialization) to 2.15.x
We believe we are experiencing issue #1274 (NUL-corrupted keys, values on JSON serialization) after upgrading our deployments to run on JRE 21. However, we are not in a position to...