-
Json5 adds a number of nice features.
In jackson we can enable most of them with capabilities. Some of which we already do.
See
https://stackoverflow.com/questions/68312227/can-the-jackson-…
-
We want to leverage [ObjectMapper](https://github.com/Hearst-DD/ObjectMapper) for easier conversion between models and JSON.
If anyone from the community wants to work on this task, please reply to l…
-
**Description**
Per #7508 the Jackson ObjectMapper was enhanced to keep the Arc configuration for Kotlin, i.e. use the Kotlin ObjectMapper.
Request the same for the NativeImage, when used in conju…
-
### Expected Behavior
We can use either Jackson AfterBurner or BalckBird modules.
### Actual Behaviour
Adding either AfterBurner or BlackBird module in the classpath will make our Micronaut applica…
-
### Checklist
- [X] I have looked into the [Readme](https://github.com/auth0/java-jwt#readme) and [Examples](https://github.com/auth0/java-jwt/blob/master/EXAMPLES.md), and have not found a suitable …
-
We don't need RestKit since we are not using CoreData and should move to a more modern serialization library.
We should be using the following:
- https://github.com/tristanhimmelman/AlamofireObj…
-
Got this:
Exception in thread "main" dotty.tools.tasty.UnpickleException: TASTy signature has wrong version.
expected: {majorVersion: 28, minorVersion: 3}
found : {majorVersion: 28, minorVersi…
-
Hi Tatu,
In the context of my JSON Schema Generator library, I've been asked to support the mix-ins registered on a given Jackson `ObjectMapper`, when resolving members via classmate.
I saw the us…
-
Ran into an issue where I have a custom element that I want to add to the APNS payload, but the POJO has values which could be null. By default the ObjectMapper inserts null values into the payload, w…
-
```
External references, such as a standards document, or specification?
jackson-databind:
https://github.com/FasterXML/jackson-databind
Java environments (e.g. Java 6, Android 2.3, App Engine, or Al…