-
Updated
Sep 7, 2020 - Java
jackson
Here are 544 public repositories matching this topic...
-
Updated
Oct 9, 2020
-
Updated
Sep 16, 2020 - Java
-
Updated
Oct 7, 2020 - Java
Currently jackson supports reading newline-delimited json such as JSON Lines and NDJSON, see FasterXML/jackson-databind#1304.
There is a proposed standard RFC7464 call JSON Text Sequences, it's similar to newline-delimited json by add a leading RS CTRL-CHAR which is n
-
Updated
Sep 13, 2020 - Kotlin
Fix Github145 test
This test broke at some point in the past. It's ignored on the 2.12 branch; this branch un-ignores it so it can be fixed.
Test itself was added for #145 ?
-
Updated
Oct 1, 2020 - Java
-
Updated
Oct 7, 2020 - Scala
-
Updated
Jun 20, 2018 - Java
I see that x-server-raw-response is available to expose the underlying to users, allowing deeper customization of response.
I was wondering if it's possible to expose a similar interface for request as well? So that we can utilize some predefined functions by akka-http. For example, extractClientIP.
Not a huge deal and is blocking anything, since we can simply replicate all these funct
-
Updated
Aug 23, 2020 - Kotlin
When deserializing DurationDeserializer treats all durations of number values as seconds and delegates string values to Duration.parse.
Versions
com.fasterxml.jackson.core:jackson-core:jar:2.11.2
com.fasterxml.jackson.core:jackson-databind:jar:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.11
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Sep 30, 2020 - Java
-
Updated
May 31, 2020 - Java
-
Updated
Sep 29, 2020 - Java
-
Updated
Sep 11, 2020 - Java
Improve this page
Add a description, image, and links to the jackson topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jackson topic, visit your repo's landing page and select "manage topics."


Describe the bug
ACCEPT_CASE_INSENSITIVE_ENUMS not working for enums as map keys
Version information
2.11.2
To Reproduce
Use enum as map key and deserialize json with different key case
Expected behavior
ACCEPT_CASE_INSENSITIVE_ENUMS works for map enum keys