-
We have a kdbx encrypted with password, using KDBX db v2.x
```bash
ls foobar.kdbx
foobar.kdbx
❯ file foobar.kdbx
foobar.kdbx: Keepass password database 2.x KDBX
```
Opening the file with …
-
Remove heavy-weight `ObjectMapper` for common proxy events and switch to [Jackson Jr](https://github.com/FasterXML/jackson-jr)
-
### Search before asking
- [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar.
### Describe the bug
I am currently migrating from Jackson…
-
I was wondering how to write a polymorphic parser for JSON CloudEvents, where the payload can be one of many types.
Normally, with plain Jackson one can do something like [this](https://www.baeldung.…
-
I have a Lambda function with the following signature. These APIGateway classes represent the HTTP API version of API Gateway.
`public class ApiGatewayGetAllProductRequestHandler implements Request…
-
I am using Spring Data JDBC repository to query data for report (hence, readonly). In one place I needed to convert from JSONB to a DTO. I registered a customer converter marked as `@ReadingConverter`…
-
**Describe the bug**
Use case is serializing and deserializing a generic container which uses the type info in the container to deserialize the content.
In the case of primitive boxed types (Intege…
-
How can I convert `org.json.JSONObject` from android to message pack? My object is nested multiple times.
-
### 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…
-
Currently jackson supports reading newline-delimited json such as [JSON Lines](http://jsonlines.org/) and [NDJSON](https://github.com/ndjson/ndjson-spec), see https://github.com/FasterXML/jackson-data…
quaff updated
3 weeks ago